aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Pit-Claudel2018-05-17 22:22:10 -0400
committerThéo Zimmermann2018-09-20 10:12:55 +0200
commitd9209353ced1b6ba23cb18e6b4d8e8f9c0c20d92 (patch)
tree8cbb7e472f1c482ee6b65b6463f898fffad960fe
parentb3dadd37aa1a9ca8c6be377edb46832b4f3b7256 (diff)
[doc] Fix a typo in the developer guide
-rw-r--r--doc/tools/coqrst/coqdomain.py2
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::