diff options
author | Larry Hastings <larry@hastings.org> | 2012-07-16 00:32:36 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2012-07-16 00:32:36 (GMT) |
commit | 950b76ab1a28e1492595415eed574f8d0b1a2f01 (patch) | |
tree | 559b6444a6ef0acd8d93bd0068e32bc3e54a408b /Doc/library | |
parent | 6159e0956c812d66b3e8fd8bb37f0d5d1ca9fc40 (diff) | |
download | cpython-950b76ab1a28e1492595415eed574f8d0b1a2f01.zip cpython-950b76ab1a28e1492595415eed574f8d0b1a2f01.tar.gz cpython-950b76ab1a28e1492595415eed574f8d0b1a2f01.tar.bz2 |
Doc fix: the text role is called "func", not "funk".
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 1b198ce..48b1521 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 <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:: |