Skip to content

Commit a12effd

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 1365736 commit a12effd

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

36043604
See the Unix manual page
36053605
:manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the GetProcessTimes MSDN
3606-
<https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`
3607-
_ on Windows.
3608-
On Windows, only :attr:`user` and :attr:`system` are known; the other
3609-
attributes are zero.
3606+
<https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`_
3607+
on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero.
36103608

36113609
.. availability:: Unix, Windows.
36123610

0 commit comments

Comments
 (0)