diff -r fd80a06227b3 -r ef623f05e5e2 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):