#15886: remove redundant phrase
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 @@
    :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