[PATCH v1 2/4] dts: add context manager for interactive shells
Jeremy Spewock
jspewock at iol.unh.edu
Wed May 29 22:37:42 CEST 2024
On Wed, May 22, 2024 at 9:53 AM Patrick Robb <probb at iol.unh.edu> wrote:
>
> Reviewed-by: Patrick Robb <probb at iol.unh.edu>
>
> I don't have any comments beyond Luca's suggestions, but saw the typo below.
>
> On Tue, May 14, 2024 at 4:15 PM <jspewock at iol.unh.edu> wrote:
> > + def __exit__(self, type: BaseException, value: BaseException, traceback: TracebackType) -> None:
> > + """Exit the context block.
> > +
> > + Upon exiting a context block with this class, we want to ensure that the instance of the
> > + application is explicitly closed and properly cleaned up using it's close method. Note that
>
> it's -> its
>
Ahh, this typo plagues me all over the place, I always add the
apostrophe without thinking. Good catch.
More information about the dev
mailing list