From 5fa283bf7571245428922bd6020a01faa5c14fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Corneau-Tremblay?= Date: Fri, 17 May 2019 11:39:12 -0400 Subject: [PATCH] Update demo.rst There is a missing word in the documentation here. --- docs/demo/demo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/demo/demo.rst b/docs/demo/demo.rst index 3ad6e46b..6d3afae9 100644 --- a/docs/demo/demo.rst +++ b/docs/demo/demo.rst @@ -25,7 +25,7 @@ citation references ([12]_), substitution references (|example|), and _`inline h text (generated by processing errors; this one is intentional). Also with ``sphinx.ext.autodoc``, which I use in the demo, I can link to :class:`test_py_module.test.Foo`. -It will link you right my code documentation for it. +It will link you right to my code documentation for it. The default role for interpreted text is `Title Reference`. Here are some explicit interpreted text roles: a PEP reference (:PEP:`287`); an RFC reference (:RFC:`2822`); a :sub:`subscript`; a :sup:`superscript`;