summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-05-24 08:46:16 -0700
committerIan Lee <IanLee1521@gmail.com>2016-05-24 08:46:16 -0700
commit05627df9e1e79cb1dcad5354615ecca863647100 (patch)
tree7a0434923ad79540b7b5db9e7970dce96000cf74
parent69d88e3ee24f980172d87612435ab86428de818e (diff)
downloadpep8-05627df9e1e79cb1dcad5354615ecca863647100.tar.gz
Re-added shebang line that was removed
-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)