summaryrefslogtreecommitdiff
path: root/docs/advanced.rst
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-12-22 17:01:17 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-12-22 17:01:17 +0100
commitedeba8622d2e924302ce7378af975b66f1cf141d (patch)
treedaf3dde3d20fd51ca98ff34f1cb34255dff6277f /docs/advanced.rst
parent53ac41fcf43500fdc1c51f671f5ca4c4c28dd201 (diff)
downloadpep8-edeba8622d2e924302ce7378af975b66f1cf141d.tar.gz
Doc: now tested with Python 3.3 too
Diffstat (limited to 'docs/advanced.rst')
-rw-r--r--docs/advanced.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced.rst b/docs/advanced.rst
index 5b32a22..2bce2e0 100644
--- a/docs/advanced.rst
+++ b/docs/advanced.rst
@@ -70,7 +70,7 @@ through a custom wrapper for the PEP 8 library::
raise SystemExit(1)
This module declares a lines' window which skips 14 lines at the beginning
-and 20 lines at the end. If there's no lines to skip at the end, it could be
+and 20 lines at the end. If there's no line to skip at the end, it could be
changed with ``LINES_SLICE = slice(14, None)`` for example.
You can save it in a file and use it with the same options as the