summaryrefslogtreecommitdiff
path: root/docutils/transforms
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
commit642090156afe8cbe4f84b4ecd6d4360aaa4a667b (patch)
tree8c5431f6ff129f6bbc081588f7522a74b1d8944e /docutils/transforms
parent28fc6c375932745e5458182e8afe7cd8c5e94750 (diff)
downloaddocutils-642090156afe8cbe4f84b4ecd6d4360aaa4a667b.tar.gz
fixed doc-string -- transforms are not reader-specific anymore
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4975 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/transforms')
-rw-r--r--docutils/transforms/__init__.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/docutils/transforms/__init__.py b/docutils/transforms/__init__.py
index 452673ce8..bf857b1f0 100644
--- a/docutils/transforms/__init__.py
+++ b/docutils/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'