On Wed, May 22, 2024 at 9:53 AM Patrick Robb <pr...@iol.unh.edu> wrote:
>
> Reviewed-by: Patrick Robb <pr...@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 <jspew...@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.

Reply via email to