From: Andrew M. Kuchling Date: Sun, 11 Apr 2010 01:40:06 +0000 (+0000) Subject: Punctuation fix X-Git-Tag: v2.7b2~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca2413e2ad2d8d3033555e568ce847a5c0335558;p=thirdparty%2FPython%2Fcpython.git Punctuation fix --- diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index b02bb99ee5e9..60b9cd45f3a4 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