[New-bugs-announce] [issue39594] Typo in documentation for os.times

Chenyoo Hao report at bugs.python.org
Sun Feb 9 12:30:30 EST 2020


New submission from Chenyoo Hao <solitaire2312 at gmail.com>:

1.Formatting error due to an extra space (After the MSDN link).
2.There are extra words.

Original:

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.

After modification:

See the manual page :manpage:`times(2)` and :manpage:`times(3)` 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.

----------
assignee: docs at python
components: Documentation
messages: 361659
nosy: Chenyoo Hao, docs at python
priority: normal
severity: normal
status: open
title: Typo in documentation for os.times
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39594>
_______________________________________


More information about the New-bugs-announce mailing list