changeset 752:8bb31ed1072e trunk

Docstring fix in the transform module.
author cmlenz
date Mon, 09 Jun 2008 15:30:10 +0000
parents b76d3a7c4959
children 70a172ab5705
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