summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2020-12-11 11:58:51 +0100
committerrebortg <github@ghlr.de>2020-12-11 11:58:51 +0100
commite3e08b3af1f91464b33da51a6f7020283f984c48 (patch)
tree3e9b58789f60a6002022bf1d6f5fcd155155c03e /docs
parent23fa394cb212ecf4f26e0816ccf390f989b84970 (diff)
downloadvyos-documentation-e3e08b3af1f91464b33da51a6f7020283f984c48.tar.gz
vyos-documentation-e3e08b3af1f91464b33da51a6f7020283f984c48.zip
linter: fix line lenght detection, strip linebreak
Diffstat (limited to 'docs')
-rw-r--r--docs/documentation.rst2
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.