Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf2d07 commit 4a88bbaCopy full SHA for 4a88bba
1 file changed
Doc/library/contextlib.rst
@@ -49,7 +49,7 @@ Functions and classes provided:
49
50
While many objects natively support use in with statements, sometimes a
51
resource needs to be managed that isn't a context manager in its own right,
52
- and doesn't implement a ``close()`` method for use with ``contextlib.closing``
+ and doesn't implement a ``close()`` method for use with ``contextlib.closing``.
53
54
An abstract example would be the following to ensure correct resource
55
management::
0 commit comments