https://github.com/python/cpython/commit/4a88bbacb38934a7f6c6ba7a7976cbf877dbae21
commit: 4a88bbacb38934a7f6c6ba7a7976cbf877dbae21
branch: main
author: Liam DeVoe <[email protected]>
committer: hugovk <[email protected]>
date: 2025-04-10T14:51:20+03:00
summary:
Docs: Add a missing trailing full stop (#130561)
files:
M Doc/library/contextlib.rst
diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst
index 9fb80c0cb4e30d..176be4ff333955 100644
--- a/Doc/library/contextlib.rst
+++ b/Doc/library/contextlib.rst
@@ -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::
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]