commit | c053402927d36f9f26160ded24999bf5109ea5eb | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Sep 18 00:27:21 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 18 00:27:21 2020 -0700 |
tree | 266a42201fb2287e560a217885d7eaa971f3be5a | |
parent | 6d893bab77497fcbdc751dc074c69df93ecab908 [diff] |
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) Use an unique identifier for the different grammars documented using the Sphinx productionlist markup. productionlist markups of the same grammar, like "expressions" or "compound statements", use the same identifier "python-grammar". (cherry picked from commit 8af239eacfcf52e4e0e2b0223e7cea4672309483) Co-authored-by: Victor Stinner <vstinner@python.org>