# HG changeset patch
# User cmlenz
# Date 1181051724 0
# Node ID 55e3a390a03a104b8952e0e65ceec71677b78b07
# Parent 0ea38a6cf173be3ce6b42efd151a99793222bdc1
Update API docs for [610].
diff --git a/genshi/filters/transform.py b/genshi/filters/transform.py
--- a/genshi/filters/transform.py
+++ b/genshi/filters/transform.py
@@ -424,8 +424,8 @@
Some TitleSome Title
Some
body text.
- :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 @@
Some TitleSome
body
text.
- :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
"""