doc/book/en/development/devweb/views.rst
changeset 4445 ef623f05e5e2
parent 4442 7bc0e4ed4109
child 4446 a413fac5ff5e
--- 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):