[New-bugs-announce] [issue45463] Documentation inconsistency on the number of identifiers allowed in global stmt

Luca report at bugs.python.org
Wed Oct 13 13:54:03 EDT 2021


New submission from Luca <luca at chiodini.org>:

The global statement allows specifying a list of identifiers, as correctly reported in the "Simple statements" chapter: https://docs.python.org/3/reference/simple_stmts.html#the-global-statement.

Inconsistently, however, the "Execution model" chapter describes the global statement as if it only allowed one single name.

This can be addressed by pluralizing the word "name" in the appropriate places in the "Execution model" chapter.

----------
assignee: docs at python
components: Documentation
messages: 403864
nosy: docs at python, lucach
priority: normal
pull_requests: 27227
severity: normal
status: open
title: Documentation inconsistency on the number of identifiers allowed in global stmt

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45463>
_______________________________________


More information about the New-bugs-announce mailing list