[Python-checkins] cpython: #15886: remove redundant phrase

r.david.murray python-checkins at python.org
Tue Sep 11 03:09:13 CEST 2012


http://hg.python.org/cpython/rev/d7ea7ec671ba
changeset:   78985:d7ea7ec671ba
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Sep 10 21:08:50 2012 -0400
summary:
  #15886: remove redundant phrase

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


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1855,9 +1855,8 @@
    :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
 

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


More information about the Python-checkins mailing list