summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-04-11 01:40:06 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2010-04-11 01:40:06 (GMT)
commitca2413e2ad2d8d3033555e568ce847a5c0335558 (patch)
treeb107d7da4ab4be7307173e826df4b9e2f2302094 /Doc/library
parentfced90835c97240f8f0256e8add74bacdc6fa0a5 (diff)
downloadcpython-ca2413e2ad2d8d3033555e568ce847a5c0335558.zip
cpython-ca2413e2ad2d8d3033555e568ce847a5c0335558.tar.gz
cpython-ca2413e2ad2d8d3033555e568ce847a5c0335558.tar.bz2
Punctuation fix
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/tarfile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst
index b02bb99..60b9cd4 100644
--- a/Doc/library/tarfile.rst
+++ b/Doc/library/tarfile.rst
@@ -237,7 +237,7 @@ object, see :ref:`tarinfo-objects` for details.
A :class:`TarFile` object can be used as a context manager in a :keyword:`with`
statement. It will automatically be closed when the block is completed. Please
note that in the event of an exception an archive opened for writing will not
-be finalized, only the internally used file object will be closed. See the
+be finalized; only the internally used file object will be closed. See the
:ref:`tar-examples` section for a use case.
.. versionadded:: 2.7