[Python-checkins] python/dist/src/Doc/tut tut.tex,1.223,1.224
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Tue Feb 24 11:13:39 EST 2004
Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17049
Modified Files:
tut.tex
Log Message:
fix English usage error reported by Ken Fuchs
Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.223
retrieving revision 1.224
diff -C2 -d -r1.223 -r1.224
*** tut.tex 12 Feb 2004 14:35:18 -0000 1.223
--- tut.tex 24 Feb 2004 16:13:36 -0000 1.224
***************
*** 1412,1416 ****
The most useful form is to specify a default value for one or more
arguments. This creates a function that can be called with fewer
! arguments than it is defined
\begin{verbatim}
--- 1412,1416 ----
The most useful form is to specify a default value for one or more
arguments. This creates a function that can be called with fewer
! arguments than it is defined to allow. For example:
\begin{verbatim}
***************
*** 3283,3287 ****
\exception{TypeError}.
The string printed as the exception type is the name of the built-in
! name for the exception that occurred. This is true for all built-in
exceptions, but need not be true for user-defined exceptions (although
it is a useful convention).
--- 3283,3287 ----
\exception{TypeError}.
The string printed as the exception type is the name of the built-in
! exception that occurred. This is true for all built-in
exceptions, but need not be true for user-defined exceptions (although
it is a useful convention).
More information about the Python-checkins
mailing list