We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59f90b commit 82cd8feCopy full SHA for 82cd8fe
Doc/library/contextlib.rst
@@ -185,7 +185,7 @@ Functions and classes provided:
185
.. note::
186
187
Most types managing resources support the :term:`context manager` protocol,
188
- which closes *thing* on leaving the :keyword:`with` statment.
+ which closes *thing* on leaving the :keyword:`with` statement.
189
As such, :func:`!closing` is most useful for third party types that don't
190
support context managers.
191
This example is purely for illustration purposes,
0 commit comments