Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68e0a8 commit 37c55b2Copy full SHA for 37c55b2
1 file changed
Doc/library/os.rst
@@ -3912,10 +3912,8 @@ written in Python, such as a mail server's external command delivery program.
3912
3913
See the Unix manual page
3914
:manpage:`times(2)` and :manpage:`times(3)` manual page on Unix or `the GetProcessTimes MSDN
3915
- <https://docs.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocesstimes>`
3916
- _ on Windows.
3917
- On Windows, only :attr:`user` and :attr:`system` are known; the other
3918
- 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.
3919
3920
.. availability:: Unix, Windows.
3921
0 commit comments