diff -r 41a99a2a7198 Doc/tutorial/interpreter.rst --- a/Doc/tutorial/interpreter.rst Sat Dec 24 10:41:37 2016 +0000 +++ b/Doc/tutorial/interpreter.rst Fri Jan 27 19:18:23 2017 +0200 @@ -127,8 +127,7 @@ -------------------- It is possible to use encodings different than ASCII in Python source files. The -best way to do it is to put one more special comment line right after the ``#!`` -line to define the source file encoding:: +best way to do it is to put a special comment line that defines the source file encoding:: # -*- coding: encoding -*-