Doc fix: the text role is called "func", not "funk".

This commit is contained in:
Larry Hastings 2012-07-15 17:32:36 -07:00
parent 6159e0956c
commit 950b76ab1a

View file

@ -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::