mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Docs: Add a missing trailing full stop (#130561)
This commit is contained in:
parent
fcf2d07228
commit
4a88bbacb3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Functions and classes provided:
|
|||
|
||||
While many objects natively support use in with statements, sometimes a
|
||||
resource needs to be managed that isn't a context manager in its own right,
|
||||
and doesn't implement a ``close()`` method for use with ``contextlib.closing``
|
||||
and doesn't implement a ``close()`` method for use with ``contextlib.closing``.
|
||||
|
||||
An abstract example would be the following to ensure correct resource
|
||||
management::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue