diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 3a828c5e085..0d8df34c345 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -3898,10 +3898,8 @@ written in Python, such as a mail server's external command delivery program. See the Unix manual page :manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the GetProcessTimes MSDN - ` - _ on Windows. - On Windows, only :attr:`user` and :attr:`system` are known; the other - attributes are zero. + `_ + on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero. .. availability:: Unix, Windows.