# HG changeset patch # User cmlenz # Date 1213025410 0 # Node ID a264d27a8f62982f317529beb0adfb1c7156bb5d # Parent 3ac7b79640610522028dacd0a0466d55d669e5a9 Docstring fix in the transform module. 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