# HG changeset patch
# User cmlenz
# Date 1181051724 0
# Node ID c006015dc52d5af5944de6c7763d08f28c5f5db4
# Parent f1bfa8a09d9941523a3b3769868d151039840935
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
"""