changeset 507:c006015dc52d

Update API docs for [610].
author cmlenz
date Tue, 05 Jun 2007 13:55:24 +0000
parents f1bfa8a09d99
children cabd80e75dad
files genshi/filters/transform.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/genshi/filters/transform.py
+++ b/genshi/filters/transform.py
@@ -424,8 +424,8 @@
         <html><head><title>Some Title</title></head><body><h1>Some Title</h1>Some
         <em>body</em> text.</body></html>
 
-        :param buffer: a list-like object (must support .append() and be
-                       iterable) where the selection will be buffered.
+        :param buffer: the `StreamBuffer` in which the selection should be
+                       stored
         :rtype: `Transformer`
         :note: this transformation will buffer the entire input stream
         """
@@ -443,8 +443,8 @@
         <html><head><title>Some Title</title></head><body>Some
         <em/><h1>body</h1> text.</body></html>
 
-        :param buffer: a list-like object (must support .append() and be
-                       iterable) where the selection will be buffered.
+        :param buffer: the `StreamBuffer` in which the selection should be
+                       stored
         :rtype: `Transformer`
         :note: this transformation will buffer the entire input stream
         """
Copyright (C) 2012-2017 Edgewall Software