Skip to content

Commit 8e017f2

Browse files
[3.13] Docs: Add a missing trailing full stop (pythonGH-130561) (python#132358)
Co-authored-by: Liam DeVoe <[email protected]>
1 parent b328e4b commit 8e017f2

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
@@ -49,7 +49,7 @@ Functions and classes provided:
4949

5050
While many objects natively support use in with statements, sometimes a
5151
resource needs to be managed that isn't a context manager in its own right,
52-
and doesn't implement a ``close()`` method for use with ``contextlib.closing``
52+
and doesn't implement a ``close()`` method for use with ``contextlib.closing``.
5353

5454
An abstract example would be the following to ensure correct resource
5555
management::

0 commit comments

Comments
 (0)