summaryrefslogtreecommitdiffstats
path: root/Doc/library/stat.rst
diff options
context:
space:
mode:
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 b318bb7..9100910 100644
--- a/Doc/library/stat.rst
+++ b/Doc/library/stat.rst
@@ -1,9 +1,9 @@
-
:mod:`stat` --- Interpreting :func:`stat` results
=================================================
.. module:: stat
- :synopsis: Utilities for interpreting the results of os.stat(), os.lstat() and os.fstat().
+ :synopsis: Utilities for interpreting the results of os.stat(),
+ os.lstat() and os.fstat().
.. sectionauthor:: Skip Montanaro <skip@automatrix.com>