From e1118b87d660565cdafe0f321adf2bd2fcbe03e9 Mon Sep 17 00:00:00 2001 From: goodger Date: Fri, 18 Oct 2002 23:49:58 +0000 Subject: updated git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@834 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/peps/pep-0258.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/peps') diff --git a/docs/peps/pep-0258.txt b/docs/peps/pep-0258.txt index f385cebb6..7fa848911 100644 --- a/docs/peps/pep-0258.txt +++ b/docs/peps/pep-0258.txt @@ -176,11 +176,12 @@ reStructuredText markup. It is implemented in the Transforms ---------- -Transforms change the document tree from one form to another, add to -the tree, or prune it. Transforms are run by Reader and Writer -objects. Some transforms are Reader-specific, some are -Parser-specific, and others are Writer-specific. The choice and order -of transforms is specified in the Reader and Writer objects. +Transforms are applied to the document tree to change it from one form +to another, to add to the tree, or to prune it. Transforms are +applied by Reader and Writer objects. Some transforms are +Reader-specific, some are Parser-specific, and others are +Writer-specific. The choice and order of transforms is specified in +the Reader and Writer objects. Each transform is a class in a module in the ``docutils/transforms/`` package, a subclass of docutils.tranforms.Transform. -- cgit v1.2.1