diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-06-27 21:00:40 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-06-27 21:00:40 +0000 |
| commit | ea2eadc60819fb129d61c40693c1071e0bb34a90 (patch) | |
| tree | 950a0930be10b98965788cd75b582f94a0ab5a4b /docs/api/runtime-settings.txt | |
| parent | d61f28572d45c3f5e2d55a90d2512189ff272c15 (diff) | |
| download | docutils-ea2eadc60819fb129d61c40693c1071e0bb34a90.tar.gz | |
typo
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@2403 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/api/runtime-settings.txt')
| -rw-r--r-- | docs/api/runtime-settings.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/api/runtime-settings.txt b/docs/api/runtime-settings.txt index b66009726..5177cefb1 100644 --- a/docs/api/runtime-settings.txt +++ b/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`_). |
