Skip to content

Commit 05627df

Browse files
committed
Re-added shebang line that was removed
1 parent 69d88e3 commit 05627df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/advanced.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Another example is related to the `feature request #143
6363
at the beginning and the end of a file. This use case is easy to implement
6464
through a custom wrapper for the PEP 8 library::
6565

66+
#!python
6667
import pep8
6768

6869
LINES_SLICE = slice(14, -20)

0 commit comments

Comments
 (0)