Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ded8e74

Browse files
committed
Correct markup errors that prevented formatting.
1 parent 7928f38 commit ded8e74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tut/tut.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ \subsection{Source Code Encoding}
307307

308308
It is possible to use encodings different than ASCII in Python source
309309
files. 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
327327
that this signature is not understood in older Python releases (2.2
328328
and earlier), and also not understood by the operating system for
329-
\code{#!} files.
329+
\code{\#!} files.
330330

331331
By using UTF-8 (either through the signature, or a an encoding
332332
declaration), characters of most languages in the world can be used

0 commit comments

Comments
 (0)