From: Raymond Hettinger Date: Thu, 22 May 2014 23:05:48 +0000 (+0100) Subject: Issue 21198: Minor tarfile documentation bug. X-Git-Tag: v2.7.8~37^2~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=198123c607323744ec5a35bce851f31b9244cacd;p=thirdparty%2FPython%2Fcpython.git Issue 21198: Minor tarfile documentation bug. --- diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index 6bac65e0f1fa..99a9f2bf8a9a 100644 --- a/Doc/library/tarfile.rst +++ b/Doc/library/tarfile.rst @@ -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