[Python-checkins] cpython (merge 3.4 -> default): merge

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


http://hg.python.org/cpython/rev/36a33ecc30d8
changeset:   90788:36a33ecc30d8
parent:      90786:fc9b04558c85
parent:      90787:630bc60cba04
user:        Raymond Hettinger <python at rcn.com>
date:        Fri May 23 00:04:26 2014 +0100
summary:
  merge

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