From: Roger Hurwitz Date: Mon, 10 Feb 2020 22:50:19 +0000 (-0800) Subject: bpo-39594: Fix typo in os.times documentation (GH-18443) X-Git-Tag: v3.9.0a4~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37c55b2b49a3acb7c56c9f6a5062bc6e4e35bc1c;p=thirdparty%2FPython%2Fcpython.git bpo-39594: Fix typo in os.times documentation (GH-18443) There was an extra space in the url markup, causing the documentation not rendered properly. https://bugs.python.org/issue39594 --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index bfc03227e4ed..b06a318c3d79 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -3912,10 +3912,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.