File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ \subsection{Source Code Encoding}
307307
308308It is possible to use encodings different than ASCII in Python source
309309files. The best way to do it is to put one more special comment line
310- right after \code {#!} line making proper encoding declaration:
310+ right after \code {\ # !} line making proper encoding declaration:
311311
312312\begin {verbatim }
313313# -*- coding: iso-8859-1 -*-
@@ -326,7 +326,7 @@ \subsection{Source Code Encoding}
326326\code {Options/General/Default Source Encoding/UTF-8} is set. Notice
327327that this signature is not understood in older Python releases (2.2
328328and earlier), and also not understood by the operating system for
329- \code {#!} files.
329+ \code {\ # !} files.
330330
331331By using UTF-8 (either through the signature, or a an encoding
332332declaration), characters of most languages in the world can be used
You can’t perform that action at this time.
0 commit comments