commit | 8af239eacfcf52e4e0e2b0223e7cea4672309483 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Sep 18 09:10:15 2020 +0200 |
committer | GitHub <noreply@github.com> | Fri Sep 18 09:10:15 2020 +0200 |
tree | b8bbfbf4ef54aefcb69b9690555b4bb47bf96b19 | |
parent | 27201cddf3b25be7df25bbe36966531539757d60 [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".