]> granicus.if.org Git - python/commitdiff
#15886: remove redundant phrase
authorR David Murray <rdmurray@bitdance.com>
Tue, 11 Sep 2012 01:08:50 +0000 (21:08 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 11 Sep 2012 01:08:50 +0000 (21:08 -0400)
Doc/library/os.rst

index aec8073436e1c474d5ce97e65e588411e5606b32..5f149cb9810fdd9fbc2828beed8e82a41249df4b 100644 (file)
@@ -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