mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
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.