summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/os.rst2
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::