diff options
| author | Théo Zimmermann | 2018-08-23 17:23:03 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-08-23 17:23:03 +0200 |
| commit | 05d13bf516a75da38bacbb62608528f8dceb34fd (patch) | |
| tree | 9413e533937a1a10cebc9f6540289c1c69a58214 /doc/tools | |
| parent | c0f74e3f967f0cc20709100091ee1a01e145f1cf (diff) | |
| parent | 69c8917e3bdc8678baf1358ead549acff2f52ca2 (diff) | |
Merge PR #8296: Fix #8251: remove "the the" occurrences
Diffstat (limited to 'doc/tools')
| -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 e6b71a8293..a0dc16aac7 100644 --- a/doc/tools/coqrst/coqdomain.py +++ b/doc/tools/coqrst/coqdomain.py @@ -449,7 +449,7 @@ def NotationRole(role, rawtext, text, lineno, inliner, options={}, content=[]): it names the introduced hypothesis :token:`ident`. Note that this example also uses ``:token:``. That's because ``ident`` is - defined in the the Coq manual as a grammar production, and ``:token:`` + defined in the Coq manual as a grammar production, and ``:token:`` creates a link to that. When referring to a placeholder that happens to be a grammar production, ``:token:`…``` is typically preferable to ``:n:`@…```. """ |
