Issue 21198: Minor tarfile documentation bug.
This commit is contained in:
parent
bd46e48381
commit
f7f64f94b1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue