This commit is contained in:
Raymond Hettinger 2014-05-23 00:04:26 +01:00
commit 14d062f2f5
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:`AREGTYPE`, :const:`LNKTYPE`, :const:`SYMTYPE`, :const:`DIRTYPE`,
:const:`FIFOTYPE`, :const:`CONTTYPE`, :const:`CHRTYPE`, :const:`BLKTYPE`, :const:`FIFOTYPE`, :const:`CONTTYPE`, :const:`CHRTYPE`, :const:`BLKTYPE`,
:const:`GNUTYPE_SPARSE`. To determine the type of a :class:`TarInfo` object :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 .. attribute:: TarInfo.linkname