[Python-checkins] cpython (3.4): Issue 21198: Minor tarfile documentation bug.

raymond.hettinger python-checkins at python.org
Fri May 23 01:04:40 CEST 2014


http://hg.python.org/cpython/rev/630bc60cba04
changeset:   90787:630bc60cba04
branch:      3.4
parent:      90785:e07e347688a0
user:        Raymond Hettinger <python at rcn.com>
date:        Fri May 23 00:03:45 2014 +0100
summary:
  Issue 21198: Minor tarfile documentation bug.

files:
  Doc/library/tarfile.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst
--- a/Doc/library/tarfile.rst
+++ b/Doc/library/tarfile.rst
@@ -509,7 +509,7 @@
    :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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list