From: Fred Drake Date: Sat, 28 Jun 2003 11:50:34 +0000 (+0000) Subject: Correct markup errors that prevented formatting. X-Git-Tag: v2.3c1~292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ded8e740df2a824a9df8ebd5d71766bf26e4ba53;p=python Correct markup errors that prevented formatting. --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 210477534a..1885f5a6a5 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -307,7 +307,7 @@ comment in Python. 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 \code{#!} line making proper encoding declaration: +right after \code{\#!} line making proper encoding declaration: \begin{verbatim} # -*- coding: iso-8859-1 -*- @@ -326,7 +326,7 @@ encoding declaration. IDLE supports such saving if \code{Options/General/Default Source Encoding/UTF-8} is set. Notice that this signature is not understood in older Python releases (2.2 and earlier), and also not understood by the operating system for -\code{#!} files. +\code{\#!} files. By using UTF-8 (either through the signature, or a an encoding declaration), characters of most languages in the world can be used