From 198123c607323744ec5a35bce851f31b9244cacd Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 23 May 2014 00:05:48 +0100 Subject: 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 6bac65e..99a9f2b 100644 --- a/Doc/library/tarfile.rst +++ b/Doc/library/tarfile.rst @@ -544,7 +544,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 -- cgit v0.12