From f7f64f94b1b9658d9a7567373fa2c84d2d82e5ab Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 23 May 2014 00:03:45 +0100 Subject: [PATCH] Issue 21198: Minor tarfile documentation bug. --- Doc/library/tarfile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index 59336c9788b..740b185e23c 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