summaryrefslogtreecommitdiff
path: root/Doc/library/stat.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-13 23:12:09 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-13 23:12:09 +0300
commita832560df6785ed0dbb2381bc6e0547c369be847 (patch)
tree4b429c7cf554a673a303ae56db7dc3cdb055b3e2 /Doc/library/stat.rst
parent52c962ffacbf51812028f991939c36918062e94f (diff)
parent9275b03bca01496cec740d98ea9725bf71dd6c8a (diff)
downloadcpython-a832560df6785ed0dbb2381bc6e0547c369be847.tar.gz
Issue #18758: Fixed and improved cross-references.
Diffstat (limited to 'Doc/library/stat.rst')
-rw-r--r--Doc/library/stat.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/stat.rst b/Doc/library/stat.rst
index a021fe2e7e..24769f6893 100644
--- a/Doc/library/stat.rst
+++ b/Doc/library/stat.rst
@@ -1,5 +1,5 @@
-:mod:`stat` --- Interpreting :func:`stat` results
-=================================================
+:mod:`stat` --- Interpreting :func:`~os.stat` results
+=====================================================
.. module:: stat
:synopsis: Utilities for interpreting the results of os.stat(),