Docs: Add a missing trailing full stop (#130561)

This commit is contained in:
Liam DeVoe 2025-04-10 07:51:20 -04:00 committed by GitHub
parent fcf2d07228
commit 4a88bbacb3
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::