diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-10-16 14:01:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 14:01:14 (GMT) |
commit | ac1b7a3319f268487c310ac7449703193f5eddad (patch) | |
tree | f89450c7db75b35b481346b328f2c203093d0262 /Lib/tkinter/test/test_tkinter/test_widgets.py | |
parent | 684860280687561f6312e206c4ccfbe4baa17e89 (diff) | |
download | cpython-ac1b7a3319f268487c310ac7449703193f5eddad.zip cpython-ac1b7a3319f268487c310ac7449703193f5eddad.tar.gz cpython-ac1b7a3319f268487c310ac7449703193f5eddad.tar.bz2 |
[3.9]bpo-45463: Clarify that global statements allows multiple names (GH-28851) (GH-28990)
The global statement allows specifying a list of identifiers
(https://docs.python.org/3/reference/simple_stmts.htmlGH-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.
(cherry picked from commit 4ecd119b007cb766b8bede2dc78b70d29cd932dd)
Co-authored-by: Luca Chiodini <luca@chiodini.org>
Co-authored-by: Luca Chiodini <luca@chiodini.org>
Diffstat (limited to 'Lib/tkinter/test/test_tkinter/test_widgets.py')
0 files changed, 0 insertions, 0 deletions