summaryrefslogtreecommitdiff
path: root/sphinx/parsers.py
diff options
context:
space:
mode:
authorJean-François B <jfbu@free.fr>2018-12-28 12:34:34 +0100
committerGitHub <noreply@github.com>2018-12-28 12:34:34 +0100
commit38c5ec13a54a2b7fcd7e70956ee99a656a651f13 (patch)
treec1c64c4eed1c10ab3e99e83e4bd1415f71e5bef5 /sphinx/parsers.py
parent221614654fed1ce7e07e6bb4e242e8c60c4caa67 (diff)
parent1e07cb10fc83b76dbffec89dac5f4a30a5e0b948 (diff)
downloadsphinx-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.py2
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.