Commit e19a7be8 authored by Raymond Hettinger's avatar Raymond Hettinger

Issue 21198: Minor tarfile documentation bug.

parent 516cb86d
...@@ -544,7 +544,7 @@ A ``TarInfo`` object has the following public data attributes: ...@@ -544,7 +544,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment