cpython/Doc/reference
Luca Chiodini 4ecd119b00
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.
2021-10-16 08:55:12 -04:00
..
compound_stmts.rst Fix class pattern docs to refer to class patterns (GH-28849) 2021-10-10 22:12:51 +08:00
datamodel.rst [docs] Improve the markup of powers (GH-28598) 2021-09-28 22:40:57 +02:00
executionmodel.rst bpo-45463: Clarify that global statements allows multiple names (GH-28851) 2021-10-16 08:55:12 -04:00
expressions.rst bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951) 2021-08-26 08:49:02 +03:00
grammar.rst bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532) 2020-11-30 19:08:26 +00:00
import.rst [doc] Fix typos found using codespell (GH-28744) 2021-10-05 23:48:44 +02:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) 2020-09-18 09:10:15 +02:00
lexical_analysis.rst [docs] lexical_analysis: Expand the text on ``_`` (GH-28903) 2021-10-13 18:34:01 +02:00
simple_stmts.rst Update doc as relative import can be used with star import (GH-25667) 2021-05-13 22:37:19 -07:00
toplevel_components.rst bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) 2020-09-18 09:10:15 +02:00