From: Raymond Hettinger Date: Thu, 22 May 2014 23:03:45 +0000 (+0100) Subject: Issue 21198: Minor tarfile documentation bug. X-Git-Tag: v3.4.2rc1~517 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7f64f94b1b9658d9a7567373fa2c84d2d82e5ab;p=python Issue 21198: Minor tarfile documentation bug. --- diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index 59336c9788..740b185e23 100644 --- a/Doc/library/tarfile.rst +++ b/Doc/library/tarfile.rst @@ -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