[docs] Use full names for time units (GH-28611)

Use "second", "millisecond", "microsecond", "nanosecond" instead of
"sec", "ms", "msec", "us", "ns", etc.
This commit is contained in:
Serhiy Storchaka 2021-09-29 12:09:56 +03:00 committed by GitHub
parent e046aabbe3
commit 233b9da07d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 21 additions and 20 deletions

View file

@ -368,7 +368,7 @@ The module :mod:`curses` defines the following functions:
Set the maximum time in milliseconds that can elapse between press and release
events in order for them to be recognized as a click, and return the previous
interval value. The default value is 200 msec, or one fifth of a second.
interval value. The default value is 200 milliseconds, or one fifth of a second.
.. function:: mousemask(mousemask)