diff options
| author | Clément Pit-Claudel | 2018-05-17 22:22:10 -0400 |
|---|---|---|
| committer | Théo Zimmermann | 2018-09-20 10:12:55 +0200 |
| commit | d9209353ced1b6ba23cb18e6b4d8e8f9c0c20d92 (patch) | |
| tree | 8cbb7e472f1c482ee6b65b6463f898fffad960fe | |
| parent | b3dadd37aa1a9ca8c6be377edb46832b4f3b7256 (diff) | |
[doc] Fix a typo in the developer guide
| -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 f62df94e36..3bb805f2dc 100644 --- a/doc/tools/coqrst/coqdomain.py +++ b/doc/tools/coqrst/coqdomain.py @@ -496,7 +496,7 @@ def coq_code_role(role, rawtext, text, lineno, inliner, options={}, content=[]): CoqCodeRole = coq_code_role class CoqtopDirective(Directive): - """A reST directive to describe interactions with Coqtop. + r"""A reST directive to describe interactions with Coqtop. Usage:: |
