# HG changeset patch # User Anthony Truchet # Date 1319544212 -7200 # Node ID 1df3b5e9d01013a74927e69460b1e818e61dd98a # Parent 23552e79316f32650f703f935be092398c53e0a6 [book] Some minor fixes to the CubicWeb doc (typos, invalid ReST, ...) diff -r 23552e79316f -r 1df3b5e9d010 doc/book/en/annexes/rql/language.rst --- a/doc/book/en/annexes/rql/language.rst Mon Oct 24 13:13:45 2011 +0200 +++ b/doc/book/en/annexes/rql/language.rst Tue Oct 25 14:03:32 2011 +0200 @@ -111,16 +111,15 @@ Mathematical operators `````````````````````` -:: -+==========+=====================+===========+========+ ++----------+---------------------+-----------+--------+ | Operator | Description | Example | Result | +==========+=====================+===========+========+ -| + | addition | 2 + 3 | 5 | +| `+` | addition | 2 + 3 | 5 | +----------+---------------------+-----------+--------+ -| - | subtraction | 2 - 3 | -1 | +| `-` | subtraction | 2 - 3 | -1 | +----------+---------------------+-----------+--------+ -| * | multiplication | 2 * 3 | 6 | +| `*` | multiplication | 2 * 3 | 6 | +----------+---------------------+-----------+--------+ | / | division | 4 / 2 | 2 | +----------+---------------------+-----------+--------+ @@ -141,7 +140,6 @@ | >> | bitwise shift right | 8 >> 2 | 2 | +----------+---------------------+-----------+--------+ - +, -, *, / Notice integer division truncates results depending on the backend behaviour. For instance, postgresql does. diff -r 23552e79316f -r 1df3b5e9d010 web/wdoc/tut_rql_en.rst --- a/web/wdoc/tut_rql_en.rst Mon Oct 24 13:13:45 2011 +0200 +++ b/web/wdoc/tut_rql_en.rst Tue Oct 25 14:03:32 2011 +0200 @@ -23,7 +23,7 @@ .. _here: schema -Some bits of théory +Some bits of theory ------------------- Variables et types