From dab8354920be8b2c88b8fd390ecb3345ee155d82 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 13 Oct 2013 20:12:43 +0300 Subject: Issue #19207: Improved cross-references in the os, os.path, and posix modules documentation. --- Doc/library/os.path.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doc/library/os.path.rst') diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 206e7acf10..36f2d14b0a 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -273,9 +273,9 @@ the :mod:`glob` module.) .. function:: samestat(stat1, stat2) Return ``True`` if the stat tuples *stat1* and *stat2* refer to the same file. - These structures may have been returned by :func:`fstat`, :func:`lstat`, or - :func:`stat`. This function implements the underlying comparison used by - :func:`samefile` and :func:`sameopenfile`. + These structures may have been returned by :func:`os.fstat`, + :func:`os.lstat`, or :func:`os.stat`. This function implements the + underlying comparison used by :func:`samefile` and :func:`sameopenfile`. Availability: Unix. -- cgit v1.2.1