summaryrefslogtreecommitdiff
path: root/docutils/docs/api/runtime-settings.txt
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-06-27 21:18:22 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-06-27 21:18:22 +0000
commit4a7dfbbdf9c13610029294efa3829db8ac387b73 (patch)
tree1d1ed097786e29081f0668c3912d8e5b188a9715 /docutils/docs/api/runtime-settings.txt
parentc17d3cafe56d40ae15f235f0d67db1f83866611f (diff)
downloaddocutils-4a7dfbbdf9c13610029294efa3829db8ac387b73.tar.gz
fix
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2404 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/api/runtime-settings.txt')
-rw-r--r--docutils/docs/api/runtime-settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/docs/api/runtime-settings.txt b/docutils/docs/api/runtime-settings.txt
index 5177cefb1..4893e5b3a 100644
--- a/docutils/docs/api/runtime-settings.txt
+++ b/docutils/docs/api/runtime-settings.txt
@@ -96,7 +96,7 @@ Following along with the actual code is recommended. The
6. The ``docutils.frontend.OptionParser`` object's ``__init__`` method
calls ``self.populate_from_components`` with ``self.components``,
- which consists of ``self`` pre-pended to the ``components`` tuple it
+ which consists of ``self`` prepended to the ``components`` tuple it
received. ``self`` (``docutils.frontend.OptionParser``) defines
general Docutils settings.