[book] Some minor fixes to the CubicWeb doc (typos, invalid ReST, ...) stable
authorAnthony Truchet <anthony.truchet@logilab.fr>
Tue, 25 Oct 2011 14:03:32 +0200
branchstable
changeset 8017 1df3b5e9d010
parent 8011 23552e79316f
child 8023 047e62cddee0
[book] Some minor fixes to the CubicWeb doc (typos, invalid ReST, ...)
doc/book/en/annexes/rql/language.rst
web/wdoc/tut_rql_en.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.
--- 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