# HG changeset patch # User cmlenz # Date 1213028038 0 # Node ID 257343060b82e9858e3ad0e7f9ba74ac6decb7f6 # Parent 21f42f63fca6afc4e7e8b2a27f6b10370cb59f1f Ported [878] to 0.5.x branch. diff --git a/genshi/filters/transform.py b/genshi/filters/transform.py --- 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