Skip to content

Commit 37c55b2

Browse files
authored
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
1 parent d68e0a8 commit 37c55b2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Doc/library/os.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3912,10 +3912,8 @@ written in Python, such as a mail server's external command delivery program.
39123912

39133913
See the Unix manual page
39143914
:manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the GetProcessTimes MSDN
3915-
<https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`
3916-
_ on Windows.
3917-
On Windows, only :attr:`user` and :attr:`system` are known; the other
3918-
attributes are zero.
3915+
<https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`_
3916+
on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero.
39193917

39203918
.. availability:: Unix, Windows.
39213919

0 commit comments

Comments
 (0)