mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
[3.13] Docs: Add a missing trailing full stop (GH-130561) (#132358)
Co-authored-by: Liam DeVoe <orionldevoe@gmail.com>
This commit is contained in:
parent
b328e4bc57
commit
8e017f2f48
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