diff options
author | Jean-François B <jfbu@free.fr> | 2018-12-28 12:34:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-28 12:34:34 +0100 |
commit | 38c5ec13a54a2b7fcd7e70956ee99a656a651f13 (patch) | |
tree | c1c64c4eed1c10ab3e99e83e4bd1415f71e5bef5 /sphinx/parsers.py | |
parent | 221614654fed1ce7e07e6bb4e242e8c60c4caa67 (diff) | |
parent | 1e07cb10fc83b76dbffec89dac5f4a30a5e0b948 (diff) | |
download | sphinx-git-38c5ec13a54a2b7fcd7e70956ee99a656a651f13.tar.gz |
Merge pull request #5865 from jfbu/fix_spelling_typos
Fix various spelling typos
Diffstat (limited to 'sphinx/parsers.py')
-rw-r--r-- | sphinx/parsers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/parsers.py b/sphinx/parsers.py index 5f15c4103..780b2e970 100644 --- a/sphinx/parsers.py +++ b/sphinx/parsers.py @@ -25,7 +25,7 @@ if False: class Parser(docutils.parsers.Parser): """ - A base class of source parsers. The additonal parsers should inherits this class instead + A base class of source parsers. The additional parsers should inherit this class instead of ``docutils.parsers.Parser``. Compared with ``docutils.parsers.Parser``, this class improves accessibility to Sphinx APIs. |