[Python-checkins] r79942 - python/trunk/Doc/library/tarfile.rst

andrew.kuchling python-checkins at python.org
Sun Apr 11 03:40:06 CEST 2010


Author: andrew.kuchling
Date: Sun Apr 11 03:40:06 2010
New Revision: 79942

Log:
Punctuation fix

Modified:
   python/trunk/Doc/library/tarfile.rst

Modified: python/trunk/Doc/library/tarfile.rst
==============================================================================
--- python/trunk/Doc/library/tarfile.rst	(original)
+++ python/trunk/Doc/library/tarfile.rst	Sun Apr 11 03:40:06 2010
@@ -237,7 +237,7 @@
 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


More information about the Python-checkins mailing list