changeset 755:dc18772c5a44 stable-0.5.x

Ported [878] to 0.5.x branch.
author cmlenz
date Mon, 09 Jun 2008 16:13:58 +0000
parents 5322e269c846
children 614b850faaf6
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