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

index 6bac65e0f1faee785a8c10e603d82c0e4bebddcc..99a9f2bf8a9a0e3f580d729f09de8dd5d73cd2a6 100644 (file)
@@ -544,7 +544,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