summary refs log tree commit diff stats
path: root/lib/packages/docutils/rstgen.nim
diff options
context:
space:
mode:
authorihlec <ihle.cornelius@gmail.com>2020-12-02 09:15:29 +0100
committerGitHub <noreply@github.com>2020-12-02 09:15:29 +0100
commit5c23ba75456086e660d4baa1c43ec90ef8a2319d (patch)
treed3d2e25bb726300ca45fc07515068d6b5cf57008 /lib/packages/docutils/rstgen.nim
parent84f2ad3068cb77247ee6a263b2d375685b28b850 (diff)
downloadNim-5c23ba75456086e660d4baa1c43ec90ef8a2319d.tar.gz
fixed article duplication typos (#16216)
Diffstat (limited to 'lib/packages/docutils/rstgen.nim')
-rw-r--r--lib/packages/docutils/rstgen.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/packages/docutils/rstgen.nim b/lib/packages/docutils/rstgen.nim
index 47b4189ba..d6bd26ad7 100644
--- a/lib/packages/docutils/rstgen.nim
+++ b/lib/packages/docutils/rstgen.nim
@@ -112,7 +112,7 @@ proc initRstGenerator*(g: var RstGenerator, target: OutputTarget,
   ## it helps to prettify the generated index if no title is found.
   ##
   ## The ``RstParseOptions``, ``FindFileHandler`` and ``MsgHandler`` types
-  ## are defined in the the `packages/docutils/rst module <rst.html>`_.
+  ## are defined in the `packages/docutils/rst module <rst.html>`_.
   ## ``options`` selects the behaviour of the rst parser.
   ##
   ## ``findFile`` is a proc used by the rst ``include`` directive among others.