Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-09-08 03:15:25 +0300
committerChristian Clauss <cclauss@me.com>2021-09-08 03:15:25 +0300
commit86583c578c807d449e3a9d5ee56b1e7081340629 (patch)
tree4275417d693382f62120d6f07cd9021a1b84252f /sphinx/transforms
parent336605b8e4b14c5da9f4d872fb730dc6894edb77 (diff)
Fix typos discovered by codespell
Diffstat (limited to 'sphinx/transforms')
-rw-r--r--sphinx/transforms/__init__.py2
-rw-r--r--sphinx/transforms/i18n.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/transforms/__init__.py b/sphinx/transforms/__init__.py
index 52733b3f7..ade46363a 100644
--- a/sphinx/transforms/__init__.py
+++ b/sphinx/transforms/__init__.py
@@ -181,7 +181,7 @@ class AutoNumbering(SphinxTransform):
class SortIds(SphinxTransform):
"""
- Sort secion IDs so that the "id[0-9]+" one comes last.
+ Sort section IDs so that the "id[0-9]+" one comes last.
"""
default_priority = 261
diff --git a/sphinx/transforms/i18n.py b/sphinx/transforms/i18n.py
index 1ca665a40..3145379cb 100644
--- a/sphinx/transforms/i18n.py
+++ b/sphinx/transforms/i18n.py
@@ -178,7 +178,7 @@ class Locale(SphinxTransform):
# old_name entry still exists in nameids and
# nametypes for another duplicated entry.
#
- # * if _id is provided: bellow process
+ # * if _id is provided: below process
if _id:
if not explicit:
# _id was not duplicated.