Issue 21198: Minor tarfile documentation bug.

This commit is contained in:
Raymond Hettinger 2014-05-23 00:03:45 +01:00
parent bd46e48381
commit f7f64f94b1
1 changed files with 1 additions and 1 deletions

View 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