mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900)
(cherry picked from commit 96e12d5f4f
)
Co-authored-by: Min ho Kim <minho42@gmail.com>
This commit is contained in:
parent
0104841d12
commit
24b5b360fa
20 changed files with 23 additions and 23 deletions
|
@ -1243,7 +1243,7 @@ class ThreadedChildWatcher(AbstractChildWatcher):
|
|||
It doesn't require subscription on POSIX signal
|
||||
but a thread creation is not free.
|
||||
|
||||
The watcher has O(1) complexity, its perfomance doesn't depend
|
||||
The watcher has O(1) complexity, its performance doesn't depend
|
||||
on amount of spawn processes.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue