From d049d5c7fbe46d90da5d1bc4976e7741d8a2ad33 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sat, 11 Feb 2012 09:52:29 +0200 Subject: [PATCH] fix Sphinx error in os.rst --- Doc/library/os.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index c3dfb3d46c5..74b89b872e5 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -2294,8 +2294,8 @@ Files and Directories 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*.