summaryrefslogtreecommitdiff
path: root/Doc/library/tarfile.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2014-05-23 00:03:45 +0100
committerRaymond Hettinger <python@rcn.com>2014-05-23 00:03:45 +0100
commitf7f64f94b1b9658d9a7567373fa2c84d2d82e5ab (patch)
tree42b68e6f1415b8c4d8524a53eae99bc2d4798e79 /Doc/library/tarfile.rst
parentbd46e48381e243c98598589c21d78d1ac10ca3b1 (diff)
downloadcpython-git-f7f64f94b1b9658d9a7567373fa2c84d2d82e5ab.tar.gz
Issue 21198: Minor tarfile documentation bug.
Diffstat (limited to 'Doc/library/tarfile.rst')
-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 59336c9788..740b185e23 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