summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-03-06 10:56:03 (GMT)
committerGuido van Rossum <guido@python.org>1992-03-06 10:56:03 (GMT)
commit573805afd65e70021a62c4322533c953f13fcdfd (patch)
tree7d54d61dcc51561c3cfb7039f03682520f32cf47 /Doc
parent5badc75f8d0b6315f2f3aa0fd5e0928d8fcb4a1e (diff)
downloadcpython-573805afd65e70021a62c4322533c953f13fcdfd.zip
cpython-573805afd65e70021a62c4322533c953f13fcdfd.tar.gz
cpython-573805afd65e70021a62c4322533c953f13fcdfd.tar.bz2
_ can now be a normal character.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tut.tex6
-rw-r--r--Doc/tut/tut.tex6
2 files changed, 6 insertions, 6 deletions
diff --git a/Doc/tut.tex b/Doc/tut.tex
index cc4c5e1..d505cc0 100644
--- a/Doc/tut.tex
+++ b/Doc/tut.tex
@@ -1,6 +1,6 @@
% Format this file with latex.
-\documentstyle[times,myformat]{report}
+\documentstyle[myformat]{report}
\title{\bf
Python Tutorial
@@ -176,7 +176,7 @@ command} in its entirety with double quotes.
Note that there is a difference between ``{\tt python file}'' and
``{\tt python $<$file}''. In the latter case, input requests from the
-program, such as calls to {\tt input()} and {\tt raw\_input()}, are
+program, such as calls to {\tt input()} and {\tt raw_input()}, are
satisfied from {\em file}. Since this file has already been read
until the end by the parser before the program starts executing, the
program will encounter EOF immediately. In the former case (which is
@@ -1494,7 +1494,7 @@ There is even a variant to import all names that a module defines:
\end{verbatim}\ecode
%
This imports all names except those beginning with an underscore
-({\tt \_}).
+({\tt _}).
\section{Standard Modules}
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index cc4c5e1..d505cc0 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -1,6 +1,6 @@
% Format this file with latex.
-\documentstyle[times,myformat]{report}
+\documentstyle[myformat]{report}
\title{\bf
Python Tutorial
@@ -176,7 +176,7 @@ command} in its entirety with double quotes.
Note that there is a difference between ``{\tt python file}'' and
``{\tt python $<$file}''. In the latter case, input requests from the
-program, such as calls to {\tt input()} and {\tt raw\_input()}, are
+program, such as calls to {\tt input()} and {\tt raw_input()}, are
satisfied from {\em file}. Since this file has already been read
until the end by the parser before the program starts executing, the
program will encounter EOF immediately. In the former case (which is
@@ -1494,7 +1494,7 @@ There is even a variant to import all names that a module defines:
\end{verbatim}\ecode
%
This imports all names except those beginning with an underscore
-({\tt \_}).
+({\tt _}).
\section{Standard Modules}