Chris McDonough
2012-11-14 3d2dd3e0ee13ccad97b48775d135d765b3d22195
ref #725; indicate how to join the result of render_view_to_iterable
1 files modified
4 ■■■■ changed files
pyramid/view.py 4 ●●●● patch | view | raw | blame | history
pyramid/view.py
@@ -94,8 +94,8 @@
    :exc:`ValueError` if a view function is found and called but the
    view function's result does not have an ``app_iter`` attribute.
    You can usually get the string representation of the return value
    of this function by calling ``''.join(iterable)``, or just use
    You can usually get the bytestring representation of the return value of
    this function by calling ``b''.join(iterable)``, or just use
    :func:`pyramid.view.render_view` instead.
    If ``secure`` is ``True``, and the view is protected by a permission, the