summaryrefslogtreecommitdiff
path: root/docutils/docs/api
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-06-27 21:00:40 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-06-27 21:00:40 +0000
commitc17d3cafe56d40ae15f235f0d67db1f83866611f (patch)
tree99d9fb518b17717cd39416fd1dba387c73626b6f /docutils/docs/api
parent73131ae92254d9f36ddc2a9845ca55be9c2013e5 (diff)
downloaddocutils-c17d3cafe56d40ae15f235f0d67db1f83866611f.tar.gz
typo
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2403 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/api')
-rw-r--r--docutils/docs/api/runtime-settings.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docutils/docs/api/runtime-settings.txt b/docutils/docs/api/runtime-settings.txt
index b66009726..5177cefb1 100644
--- a/docutils/docs/api/runtime-settings.txt
+++ b/docutils/docs/api/runtime-settings.txt
@@ -55,7 +55,7 @@ docstring):
Runtime Settings Processing for Command-Line Tools
==================================================
-Following allong with the actual code is recommended. The
+Following along with the actual code is recommended. The
``docutils/__init__.py``, ``docutils/core.py``, and
``docutils.frontend`` modules are described.
@@ -96,7 +96,7 @@ Following allong 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`` prepended to the ``components`` tuple it
+ which consists of ``self`` pre-pended to the ``components`` tuple it
received. ``self`` (``docutils.frontend.OptionParser``) defines
general Docutils settings.
@@ -167,9 +167,9 @@ Applications process runtime settings in a significantly different way
than `command-line tools`_ do. Instead of calling
``publish_cmdline``, the application calls one of ``publish_file``,
``publish_string``, or ``publish_parts``. These in turn call
-``publish_programatically``, which implements a generic programmatic
+``publish_programmatically``, which implements a generic programmatic
interface. Although an application may also call
-``publish_programatically`` directly, it is not recommended (if it
+``publish_programmatically`` directly, it is not recommended (if it
does seem to be necessary, please write to the `Docutils-Develop
mailing list`_).