summaryrefslogtreecommitdiff
path: root/docutils/__init__.py
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-10-22 16:39:59 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-10-22 16:39:59 +0000
commitae730fc755ba289187daa47213f98d22f0856f68 (patch)
tree608a22cdd9ef78846f6811220a7341678895dbc9 /docutils/__init__.py
parentac6dc01f981e890bebafa57544be7adb52cc2abd (diff)
downloaddocutils-ae730fc755ba289187daa47213f98d22f0856f68.tar.gz
Fix spelling
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8860 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/__init__.py')
-rw-r--r--docutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/__init__.py b/docutils/__init__.py
index 3e518129d..50fe8c457 100644
--- a/docutils/__init__.py
+++ b/docutils/__init__.py
@@ -230,7 +230,7 @@ class TransformSpec:
"""List of functions to try to resolve unknown references. Unknown
references have a 'refname' attribute which doesn't correspond to any
target in the document. Called when the transforms in
- `docutils.tranforms.references` are unable to find a correct target. The
+ `docutils.transforms.references` are unable to find a correct target. The
list should contain functions which will try to resolve unknown
references, with the following signature::