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/addnodes.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/addnodes.py')
-rw-r--r-- | sphinx/addnodes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py index 8ced71d09..03de7cb7e 100644 --- a/sphinx/addnodes.py +++ b/sphinx/addnodes.py @@ -251,8 +251,8 @@ class index(nodes.Invisible, nodes.Inline, nodes.TextElement): *entrytype* is one of "single", "pair", "double", "triple". - *key* is categolziation characters (usually it is single character) for - general index page. For the detail of this, please see also: + *key* is categorization characters (usually a single character) for + general index page. For the details of this, please see also: :rst:dir:`glossary` and issue #2320. """ |