add note telling you don't et an UStreamIO for binary views
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 03 Feb 2010 20:35:48 +0100
changeset 4445 ef623f05e5e2
parent 4444 fd80a06227b3
child 4446 a413fac5ff5e
add note telling you don't et an UStreamIO for binary views
doc/book/en/development/devweb/views.rst
--- a/doc/book/en/development/devweb/views.rst	Wed Feb 03 20:35:19 2010 +0100
+++ b/doc/book/en/development/devweb/views.rst	Wed Feb 03 20:35:48 2010 +0100
@@ -38,7 +38,7 @@
 added and the `w` attribute will be set at rendering time.
 
 A view writes to its output stream thanks to its attribute `w` (an
-`UStreamIO`).
+`UStreamIO`, except for binary views).
 
 The basic interface for views is as follows (remember that the result set has a
 tabular structure with rows and columns, hence cells):