[Python-checkins] cpython: Doc fix: the text role is called "func", not "funk".

larry.hastings python-checkins at python.org
Mon Jul 16 02:33:24 CEST 2012


http://hg.python.org/cpython/rev/95519862cac0
changeset:   78125:95519862cac0
user:        Larry Hastings <larry at hastings.org>
date:        Sun Jul 15 17:32:36 2012 -0700
summary:
  Doc fix: the text role is called "func", not "funk".

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


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -2225,7 +2225,7 @@
 
    This function always supports :ref:`paths relative to directory descriptors
    <dir_fd>` and :ref:`not following symlinks <follow_symlinks>`.  Note however
-   that, unlike other functions, the :funk:`fwalk` default value for
+   that, unlike other functions, the :func:`fwalk` default value for
    *follow_symlinks* is ``False``.
 
    .. note::

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


More information about the Python-checkins mailing list