diff options
Diffstat (limited to 'Lib/tabnanny.py')
-rw-r--r--[-rwxr-xr-x] | Lib/tabnanny.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/tabnanny.py b/Lib/tabnanny.py index e2ac6837f15..7e56d4a48d1 100755..100644 --- a/Lib/tabnanny.py +++ b/Lib/tabnanny.py @@ -1,5 +1,3 @@ -#! /usr/bin/env python3 - """The Tab Nanny despises ambiguous indentation. She knows no mercy. tabnanny -- Detection of ambiguous indentation |