New submission from Chenyoo Hao <solitaire2...@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@python
components: Documentation
messages: 361659
nosy: Chenyoo Hao, docs@python
priority: normal
severity: normal
status: open
title: Typo in documentation for os.times
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39594>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to