diff -r 999d636c72b4 Doc/tutorial/interpreter.rst --- a/Doc/tutorial/interpreter.rst Fri Jan 06 09:50:27 2017 +0100 +++ b/Doc/tutorial/interpreter.rst Fri Jan 27 19:08:46 2017 +0200 @@ -139,8 +139,7 @@ characters in the file. It is also possible to specify a different encoding for source files. In order -to do this, put one more special comment line right after the ``#!`` line to -define the source file encoding:: +to do this, you can use a special comment line that defines the source file encoding:: # -*- coding: encoding -*-