Skip to content

Commit

Permalink
bpo-39594: Fix typo in os.times documentation (GH-18443)
Browse files Browse the repository at this point in the history
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 <rogerhurwitz@gmail.com>
  • Loading branch information
miss-islington and rogerhurwitz committed Feb 10, 2020
1 parent e6690f6 commit 4d43017
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Doc/library/os.rst
Expand Up @@ -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
<https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`
_ on Windows.
On Windows, only :attr:`user` and :attr:`system` are known; the other
attributes are zero.
<https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`_
on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero.

.. availability:: Unix, Windows.

Expand Down

0 comments on commit 4d43017

Please sign in to comment.