summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/advanced.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/advanced.rst b/docs/advanced.rst
index 10c09f8..71153b3 100644
--- a/docs/advanced.rst
+++ b/docs/advanced.rst
@@ -63,6 +63,7 @@ Another example is related to the `feature request #143
at the beginning and the end of a file. This use case is easy to implement
through a custom wrapper for the PEP 8 library::
+ #!python
import pep8
LINES_SLICE = slice(14, -20)