diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 1b198cea42f..48b1521bcbb 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::