diff options
author | Luca Chiodini <luca@chiodini.org> | 2021-10-16 14:55:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 08:55:12 -0400 |
commit | 4ecd119b007cb766b8bede2dc78b70d29cd932dd (patch) | |
tree | b0bf1c9807ae1b9728e7badbd8c6e984f4b47362 /Lib/test/test_multiprocessing_main_handling.py | |
parent | 11b2ae7f5bc0e7ebbfe944bb746a0b3dfcd7ff43 (diff) | |
download | cpython-4ecd119b007cb766b8bede2dc78b70d29cd932dd.tar.gz cpython-4ecd119b007cb766b8bede2dc78b70d29cd932dd.zip |
bpo-45463: Clarify that global statements allows multiple names (GH-28851)
The global statement allows specifying a list of identifiers
(https://docs.python.org/3/reference/simple_stmts.html#the-global-statement).
The "Execution model" chapter described the global statement as if it
only allowed one single name. Pluralize "name" in the appropriate places.
Diffstat (limited to 'Lib/test/test_multiprocessing_main_handling.py')
0 files changed, 0 insertions, 0 deletions