]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Punctuation fix
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 11 Apr 2010 01:40:06 +0000 (01:40 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 11 Apr 2010 01:40:06 +0000 (01:40 +0000)
Doc/library/tarfile.rst

index b02bb99ee5e9db326c07a0ee5328e5013c0dc2c5..60b9cd45f3a4ffcd2c22f4c3e443cbf8e0582132 100644 (file)
@@ -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