this needn't be a shebang line
diff --git a/Lib/test/test_pep263.py b/Lib/test/test_pep263.py
index f3ff834..b7bb5a2 100644
--- a/Lib/test/test_pep263.py
+++ b/Lib/test/test_pep263.py
@@ -1,4 +1,4 @@
-#! -*- coding: koi8-r -*-
+# -*- coding: koi8-r -*-
 
 import unittest
 from test import test_support