Doc fix: the text role is called "func", not "funk".
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 @@
 
    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::