]> granicus.if.org Git - python/commitdiff
Doc fix: the text role is called "func", not "funk".
authorLarry Hastings <larry@hastings.org>
Mon, 16 Jul 2012 00:32:36 +0000 (17:32 -0700)
committerLarry Hastings <larry@hastings.org>
Mon, 16 Jul 2012 00:32:36 +0000 (17:32 -0700)
Doc/library/os.rst

index 1b198cea42f292c3d00c78c1ac9f58f33fd8105f..48b1521bcbb69e0fab9b2d8b8f9dd8901608643d 100644 (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::