diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2021-09-29 12:09:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-29 12:09:56 +0300 |
| commit | 233b9da07d15f19c11e483e7ef7e3c73422e03f9 (patch) | |
| tree | 08c0e818d225227f088851659a87f011810acb8b /Doc/library/asyncio-dev.rst | |
| parent | e046aabbe386fdf32bae6ffb7fae5ce479fd10c6 (diff) | |
| download | cpython-git-233b9da07d15f19c11e483e7ef7e3c73422e03f9.tar.gz | |
[docs] Use full names for time units (GH-28611)
Use "second", "millisecond", "microsecond", "nanosecond" instead of
"sec", "ms", "msec", "us", "ns", etc.
Diffstat (limited to 'Doc/library/asyncio-dev.rst')
| -rw-r--r-- | Doc/library/asyncio-dev.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-dev.rst b/Doc/library/asyncio-dev.rst index 02a0003315..77f1128de5 100644 --- a/Doc/library/asyncio-dev.rst +++ b/Doc/library/asyncio-dev.rst @@ -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". |
