diff options
author | Raymond Hettinger <python@rcn.com> | 2014-05-22 23:03:45 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2014-05-22 23:03:45 (GMT) |
commit | f7f64f94b1b9658d9a7567373fa2c84d2d82e5ab (patch) | |
tree | 42b68e6f1415b8c4d8524a53eae99bc2d4798e79 /Doc/library/tarfile.rst | |
parent | bd46e48381e243c98598589c21d78d1ac10ca3b1 (diff) | |
download | cpython-f7f64f94b1b9658d9a7567373fa2c84d2d82e5ab.zip cpython-f7f64f94b1b9658d9a7567373fa2c84d2d82e5ab.tar.gz cpython-f7f64f94b1b9658d9a7567373fa2c84d2d82e5ab.tar.bz2 |
Issue 21198: Minor tarfile documentation bug.
Diffstat (limited to 'Doc/library/tarfile.rst')
-rw-r--r-- | Doc/library/tarfile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index 59336c9..740b185 100644 --- a/Doc/library/tarfile.rst +++ b/Doc/library/tarfile.rst @@ -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 |