diff options
author | ihlec <ihle.cornelius@gmail.com> | 2020-12-02 09:15:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 09:15:29 +0100 |
commit | 5c23ba75456086e660d4baa1c43ec90ef8a2319d (patch) | |
tree | d3d2e25bb726300ca45fc07515068d6b5cf57008 /lib/packages/docutils/rstgen.nim | |
parent | 84f2ad3068cb77247ee6a263b2d375685b28b850 (diff) | |
download | Nim-5c23ba75456086e660d4baa1c43ec90ef8a2319d.tar.gz |
fixed article duplication typos (#16216)
Diffstat (limited to 'lib/packages/docutils/rstgen.nim')
-rw-r--r-- | lib/packages/docutils/rstgen.nim | 2 |
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. |