summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2014-05-22 23:03:45 (GMT)
committerRaymond Hettinger <python@rcn.com>2014-05-22 23:03:45 (GMT)
commitf7f64f94b1b9658d9a7567373fa2c84d2d82e5ab (patch)
tree42b68e6f1415b8c4d8524a53eae99bc2d4798e79 /Doc/library
parentbd46e48381e243c98598589c21d78d1ac10ca3b1 (diff)
downloadcpython-f7f64f94b1b9658d9a7567373fa2c84d2d82e5ab.zip
cpython-f7f64f94b1b9658d9a7567373fa2c84d2d82e5ab.tar.gz
cpython-f7f64f94b1b9658d9a7567373fa2c84d2d82e5ab.tar.bz2
Issue 21198: Minor tarfile documentation bug.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/tarfile.rst2
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