]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[docs] Use full names for time units (GH-28611)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 29 Sep 2021 09:09:56 +0000 (12:09 +0300)
committerGitHub <noreply@github.com>
Wed, 29 Sep 2021 09:09:56 +0000 (12:09 +0300)
commit233b9da07d15f19c11e483e7ef7e3c73422e03f9
tree08c0e818d225227f088851659a87f011810acb8b
parente046aabbe386fdf32bae6ffb7fae5ce479fd10c6
[docs] Use full names for time units (GH-28611)

Use "second", "millisecond", "microsecond", "nanosecond" instead of
"sec", "ms", "msec", "us", "ns", etc.
13 files changed:
Doc/library/asyncio-dev.rst
Doc/library/asyncio-platforms.rst
Doc/library/curses.rst
Doc/library/multiprocessing.rst
Doc/library/time.rst
Doc/library/timeit.rst
Doc/whatsnew/3.11.rst
Doc/whatsnew/3.9.rst
Misc/NEWS.d/3.10.0a4.rst
Misc/NEWS.d/3.7.0a4.rst
Misc/NEWS.d/3.9.0b1.rst
Misc/NEWS.d/next/Library/2021-09-20-22-46-40.bpo-21302.h56430.rst
Misc/NEWS.d/next/Windows/2021-06-06-16-36-13.bpo-41299.Rg-vb_.rst