From: Berker Peksag Date: Mon, 27 Apr 2015 10:53:28 +0000 (+0300) Subject: Issue #24062: Fix os.stat links. Patch by July Tikhonov. X-Git-Tag: v3.5.0b1~280^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2034caa0c41b69fd5d8a30c2567b30260c380a5c;p=thirdparty%2FPython%2Fcpython.git Issue #24062: Fix os.stat links. Patch by July Tikhonov. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 41efccd9800b..d677b39c16cb 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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.