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.
L
Luca Chiodini committed
4ecd119b007cb766b8bede2dc78b70d29cd932dd
Parent: 11b2ae7
Committed by GitHub <noreply@github.com>
on 10/16/2021, 12:55:12 PM