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 37c55b2b49)

Co-authored-by: Roger Hurwitz <rogerhurwitz@gmail.com>
This commit is contained in:
Miss Islington (bot) 2020-02-10 14:57:14 -08:00 committed by GitHub
parent e6690f6cd1
commit 4d4301782c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -3898,10 +3898,8 @@ written in Python, such as a mail server's external command delivery program.
See the Unix manual page See the Unix manual page
:manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the GetProcessTimes MSDN :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>` <https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`_
_ on Windows. on Windows. On Windows, only :attr:`user` and :attr:`system` are known; the other attributes are zero.
On Windows, only :attr:`user` and :attr:`system` are known; the other
attributes are zero.
.. availability:: Unix, Windows. .. availability:: Unix, Windows.