Skip to content

Commit 82cd8fe

Browse files
authored
Fix a typo in the contextlib documentation (#114507)
1 parent f59f90b commit 82cd8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/contextlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Functions and classes provided:
185185
.. note::
186186

187187
Most types managing resources support the :term:`context manager` protocol,
188-
which closes *thing* on leaving the :keyword:`with` statment.
188+
which closes *thing* on leaving the :keyword:`with` statement.
189189
As such, :func:`!closing` is most useful for third party types that don't
190190
support context managers.
191191
This example is purely for illustration purposes,

0 commit comments

Comments
 (0)