mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #24232: Fix typos. Patch by Ville Skyttä.
This commit is contained in:
parent
2a8baed833
commit
315e104d11
4 changed files with 4 additions and 4 deletions
|
|
@ -1408,7 +1408,7 @@ works::
|
|||
def worker_process(config):
|
||||
"""
|
||||
A number of these are spawned for the purpose of illustration. In
|
||||
practice, they could be a heterogenous bunch of processes rather than
|
||||
practice, they could be a heterogeneous bunch of processes rather than
|
||||
ones which are identical to each other.
|
||||
|
||||
This initialises logging according to the specified configuration,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue