diff options
Diffstat (limited to 'docs/documentation.rst')
-rw-r--r-- | docs/documentation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation.rst b/docs/documentation.rst index 3a2bfdcb..64531c32 100644 --- a/docs/documentation.rst +++ b/docs/documentation.rst @@ -157,7 +157,7 @@ Please don't use other public address space. Line length ^^^^^^^^^^^ -Limit all lines to a maximum of 79 characters. +Limit all lines to a maximum of 80 characters. Except in ``.. code-block::`` because it will use the html tag ``<pre>`` which have the save line format as in the rst file. |