[Python-checkins] cpython: fix Sphinx error in os.rst

eli.bendersky python-checkins at python.org
Sat Feb 11 08:52:51 CET 2012


http://hg.python.org/cpython/rev/dc0336725e44
changeset:   74868:dc0336725e44
user:        Eli Bendersky <eliben at gmail.com>
date:        Sat Feb 11 09:52:29 2012 +0200
summary:
  fix Sphinx error in os.rst

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


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -2294,8 +2294,8 @@
       single: directory; walking
       single: directory; traversal
 
-    This behaves exactly like :func:`walk`, except that it yields a 4-tuple
-    ``(dirpath, dirnames, filenames, dirfd)``.
+   This behaves exactly like :func:`walk`, except that it yields a 4-tuple
+   ``(dirpath, dirnames, filenames, dirfd)``.
 
    *dirpath*, *dirnames* and *filenames* are identical to :func:`walk` output,
    and *dirfd* is a file descriptor referring to the directory *dirpath*.

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


More information about the Python-checkins mailing list