diff options
| author | Théo Zimmermann | 2020-03-09 22:54:23 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-03-09 22:54:23 +0100 |
| commit | 43318e8b781c7ecbd17cd9d6cf61bc714e9613bf (patch) | |
| tree | 22aebb30571e9ecdbeae2d7d98fbeecbb35f00ac /doc/tools/coqrst | |
| parent | 45ef2a204d2ed5054e7a123aa62cdda58c6c9bec (diff) | |
| parent | d9ab85ffae85e756b2ed94c3b3fe655d3b541aaf (diff) | |
Merge PR #11720: Remove some productionlists
Ack-by: Zimmi48
Diffstat (limited to 'doc/tools/coqrst')
| -rw-r--r-- | doc/tools/coqrst/coqdomain.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/coqrst/coqdomain.py b/doc/tools/coqrst/coqdomain.py index d6ecf311f1..4d5c837e5c 100644 --- a/doc/tools/coqrst/coqdomain.py +++ b/doc/tools/coqrst/coqdomain.py @@ -294,7 +294,7 @@ class VernacObject(NotationObject): Example:: - .. cmd:: Infix @string := @term1_extended {? ( {+, @syntax_modifier } ) } {? : @ident } + .. cmd:: Infix @string := @one_term {? ( {+, @syntax_modifier } ) } {? : @ident } This command is equivalent to :n:`…`. """ |
