changeset 752:a264d27a8f62

Docstring fix in the transform module.
author cmlenz
date Mon, 09 Jun 2008 15:30:10 +0000
parents 3ac7b7964061
children 211cd26d6fd9
files genshi/filters/transform.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/genshi/filters/transform.py
+++ b/genshi/filters/transform.py
@@ -529,7 +529,7 @@
         :param buffer: the `StreamBuffer` in which the selection should be
                        stored
         :rtype: `Transformer`
-        note: Copy (and cut) copy each individual selected object into the
+        :note: Copy (and cut) copy each individual selected object into the
                buffer before passing to the next transform. For example, the
                XPath ``*|text()`` will select all elements and text, each
                instance of which will be copied to the buffer individually
Copyright (C) 2012-2017 Edgewall Software