summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-09-11 01:08:50 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-09-11 01:08:50 (GMT)
commitce478b9891fd303e87ecee557028c65126ce4b8f (patch)
tree654d54e850cda8760d9e04336d02af8483ea37f7
parentb7a28008313f793897cc733e30c319ec2c284dbe (diff)
downloadcpython-ce478b9891fd303e87ecee557028c65126ce4b8f.zip
cpython-ce478b9891fd303e87ecee557028c65126ce4b8f.tar.gz
cpython-ce478b9891fd303e87ecee557028c65126ce4b8f.tar.bz2
#15886: remove redundant phrase
-rw-r--r--Doc/library/os.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index aec8073..5f149cb 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1855,9 +1855,8 @@ features:
:attr:`st_mtime`, :attr:`st_ctime`. More items may be added at the end by
some implementations.
- This function can support :ref:`specifying a file descriptor
- <path_fd>`, :ref:`specifying a file descriptor <path_fd>` and :ref:`not
- following symlinks <follow_symlinks>`.
+ This function can support :ref:`specifying a file descriptor <path_fd>` and
+ :ref:`not following symlinks <follow_symlinks>`.
.. index:: module: stat