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

andrew.kuchling python-checkins at python.org
Mon Oct 5 23:24:35 CEST 2009


Author: andrew.kuchling
Date: Mon Oct  5 23:24:35 2009
New Revision: 75261

Log:
Fix narkup

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	Mon Oct  5 23:24:35 2009
@@ -399,7 +399,7 @@
    value. Depending on this value the respective file is either excluded
    (:const:`True`) or added (:const:`False`). If *filter* is specified it must
    be a function that takes a :class:`TarInfo` object argument and returns the
-   changed TarInfo object. If it instead returns :const:`None` the TarInfo
+   changed :class:`TarInfo` object. If it instead returns :const:`None` the :class:`TarInfo`
    object will be excluded from the archive. See :ref:`tar-examples` for an
    example.
 


More information about the Python-checkins mailing list