summaryrefslogtreecommitdiff
path: root/sphinx/parsers.py
diff options
context:
space:
mode:
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.