]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 27 Apr 2015 10:53:28 +0000 (13:53 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 27 Apr 2015 10:53:28 +0000 (13:53 +0300)
Doc/library/os.rst

index 41efccd9800b264f6674aed054cbc6557f955cfa..d677b39c16cb7c156e4010e2d3f3075b1ea74bfd 100644 (file)
@@ -772,7 +772,7 @@ as internal buffering of data.
 
    .. seealso::
 
-      The :func:`stat` function.
+      The :func:`.stat` function.
 
    Availability: Unix, Windows.
 
@@ -1601,7 +1601,7 @@ features:
 
    .. seealso::
 
-      The :func:`stat` function.
+      The :func:`.stat` function.
 
    .. versionchanged:: 3.2
       Added support for Windows 6.0 (Vista) symbolic links.