From afeedfb343c2904e9357997d2a50f8f3cabb2568 Mon Sep 17 00:00:00 2001 From: goodger Date: Fri, 18 Oct 2002 04:55:21 +0000 Subject: Refactored names (options -> settings; .transform() -> .apply(); etc.); updated. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/transforms/components.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docutils/transforms/components.py') diff --git a/docutils/transforms/components.py b/docutils/transforms/components.py index 6b0c2648c..7bb4e959d 100644 --- a/docutils/transforms/components.py +++ b/docutils/transforms/components.py @@ -40,7 +40,7 @@ class Filter(Transform): it will be deleted from the output of all other writers. """ - def transform(self): + def apply(self): pending = self.startnode component_type = pending.stage.split()[-1] # 'reader' or 'writer' component_name = pending.details[component_type] -- cgit v1.2.1