]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45463: Clarify that global statements allows multiple names (GH-28851)
authorLuca Chiodini <luca@chiodini.org>
Sat, 16 Oct 2021 12:55:12 +0000 (14:55 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Oct 2021 12:55:12 +0000 (08:55 -0400)
commit4ecd119b007cb766b8bede2dc78b70d29cd932dd
treeb0bf1c9807ae1b9728e7badbd8c6e984f4b47362
parent11b2ae7f5bc0e7ebbfe944bb746a0b3dfcd7ff43
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.
Doc/reference/executionmodel.rst