Skip to content

Commit 4d43017

Browse files
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 (cherry picked from commit 37c55b2) Co-authored-by: Roger Hurwitz <[email protected]>
1 parent e6690f6 commit 4d43017

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
@@ -3898,10 +3898,8 @@ written in Python, such as a mail server's external command delivery program.
38983898

38993899
See the Unix manual page
39003900
:manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the GetProcessTimes MSDN
3901-
<https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`
3902-
_ on Windows.
3903-
On Windows, only :attr:`user` and :attr:`system` are known; the other
3904-
attributes are zero.
3901+
<https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`_
3902+
on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero.
39053903

39063904
.. availability:: Unix, Windows.
39073905

0 commit comments

Comments
 (0)