mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[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:
parent
e046aabbe3
commit
233b9da07d
13 changed files with 21 additions and 20 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue