]> granicus.if.org Git - python/commitdiff
Fix narkup
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 5 Oct 2009 21:24:35 +0000 (21:24 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 5 Oct 2009 21:24:35 +0000 (21:24 +0000)
Doc/library/tarfile.rst

index fa6cca7cc2703daf9ca18c09547131e031b06a80..6b38499d23472e87a06ebdfaa8fa8fc22ec93de2 100644 (file)
@@ -399,7 +399,7 @@ object, see :ref:`tarinfo-objects` for details.
    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.