[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:
Miss Islington (bot) 2025-04-10 13:57:40 +02:00 committed by GitHub
parent b328e4bc57
commit 8e017f2f48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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::