summaryrefslogtreecommitdiff
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
commit170173ed773c5ee29a3b9126f812929d82a83ad3 (patch)
tree3f29f84931500e298f31cc9e7cb6286da44eb581
parent2e67d032d1b5c498105cde064be20290e86c67e1 (diff)
downloaddocutils-170173ed773c5ee29a3b9126f812929d82a83ad3.tar.gz
fix
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2404 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docs/api/runtime-settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/runtime-settings.txt b/docs/api/runtime-settings.txt
index 5177cefb1..4893e5b3a 100644
--- a/docs/api/runtime-settings.txt
+++ b/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.