]> granicus.if.org Git - python/commitdiff
Issue 21198: Minor tarfile documentation bug.
authorRaymond Hettinger <python@rcn.com>
Thu, 22 May 2014 23:03:45 +0000 (00:03 +0100)
committerRaymond Hettinger <python@rcn.com>
Thu, 22 May 2014 23:03:45 +0000 (00:03 +0100)
Doc/library/tarfile.rst

index 59336c9788b9d54eb6da105c13a443efd616ae2e..740b185e23c01fd265a319a59d066b69738edeb2 100644 (file)
@@ -509,7 +509,7 @@ A ``TarInfo`` object has the following public data attributes:
    :const:`AREGTYPE`, :const:`LNKTYPE`, :const:`SYMTYPE`, :const:`DIRTYPE`,
    :const:`FIFOTYPE`, :const:`CONTTYPE`, :const:`CHRTYPE`, :const:`BLKTYPE`,
    :const:`GNUTYPE_SPARSE`.  To determine the type of a :class:`TarInfo` object
-   more conveniently, use the ``is_*()`` methods below.
+   more conveniently, use the ``is*()`` methods below.
 
 
 .. attribute:: TarInfo.linkname