mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -57,7 +57,7 @@ When the debug mode is enabled:
|
|||
* The execution time of the I/O selector is logged if it takes too long to
|
||||
perform an I/O operation.
|
||||
|
||||
* Callbacks taking longer than 100ms are logged. The
|
||||
* Callbacks taking longer than 100 milliseconds are logged. The
|
||||
:attr:`loop.slow_callback_duration` attribute can be used to set the
|
||||
minimum execution duration in seconds that is considered "slow".
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue