mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
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
This commit is contained in:
parent
d68e0a8a16
commit
37c55b2b49
1 changed files with 2 additions and 4 deletions
|
@ -3912,10 +3912,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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue