From 950b76ab1a28e1492595415eed574f8d0b1a2f01 Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Sun, 15 Jul 2012 17:32:36 -0700 Subject: [PATCH] Doc fix: the text role is called "func", not "funk". --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 1b198cea42..48b1521bcb 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:: -- 2.50.1