summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-03-01 18:08:32 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-03-01 18:08:32 +0000
commita3839a6b7e578c0976a124b1514763c1a3a72adb (patch)
tree3a6112dddcaf6f85a5e4b63a48afceda8633acb7
parentb8d17b1a2224ea86d6fedeb4f3c6207eed5bd440 (diff)
downloaddocutils-a3839a6b7e578c0976a124b1514763c1a3a72adb.tar.gz
fixed doc-string -- transforms are not reader-specific anymore
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@4975 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--transforms/__init__.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/transforms/__init__.py b/transforms/__init__.py
index 452673ce8..bf857b1f0 100644
--- a/transforms/__init__.py
+++ b/transforms/__init__.py
@@ -17,10 +17,8 @@ to Docutils components. Tree transforms serve a variety of purposes:
transforms may be used to construct (for example) indexes and tables
of contents.
-Each transform is an optional step that a Docutils Reader may choose to
-perform on the parsed document, depending on the input context. A Docutils
-Reader may also perform Reader-specific transforms before or after performing
-these standard transforms.
+Each transform is an optional step that a Docutils component may
+choose to perform on the parsed document.
"""
__docformat__ = 'reStructuredText'