From: Larry Hastings Date: Mon, 16 Jul 2012 00:32:36 +0000 (-0700) Subject: Doc fix: the text role is called "func", not "funk". X-Git-Tag: v3.3.0b2~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=950b76ab1a28e1492595415eed574f8d0b1a2f01;p=thirdparty%2FPython%2Fcpython.git Doc fix: the text role is called "func", not "funk". --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 1b198cea42f2..48b1521bcbb6 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -2225,7 +2225,7 @@ features: This function always supports :ref:`paths relative to directory descriptors ` and :ref:`not following 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::