[Python-checkins] cpython (merge 3.4 -> default): Issue #24062: Fix os.stat links. Patch by July Tikhonov.

berker.peksag python-checkins at python.org
Mon Apr 27 12:53:57 CEST 2015


https://hg.python.org/cpython/rev/18882c93f4bd
changeset:   95818:18882c93f4bd
parent:      95815:cb4334ab8453
parent:      95817:5850f0c17c34
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Apr 27 13:53:54 2015 +0300
summary:
  Issue #24062: Fix os.stat links. Patch by July Tikhonov.

files:
  Doc/library/os.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -773,7 +773,7 @@
 
    .. seealso::
 
-      The :func:`stat` function.
+      The :func:`.stat` function.
 
    Availability: Unix, Windows.
 
@@ -1647,7 +1647,7 @@
 
    .. seealso::
 
-      The :func:`stat` function.
+      The :func:`.stat` function.
 
    .. versionchanged:: 3.2
       Added support for Windows 6.0 (Vista) symbolic links.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list