[Python-checkins] python/dist/src/Doc/tut tut.tex, 1.196.8.17,
1.196.8.18
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Tue Feb 24 11:13:08 EST 2004
Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16965
Modified Files:
Tag: release23-maint
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.196.8.17
retrieving revision 1.196.8.18
diff -C2 -d -r1.196.8.17 -r1.196.8.18
*** tut.tex 12 Feb 2004 14:34:42 -0000 1.196.8.17
--- tut.tex 24 Feb 2004 16:13:04 -0000 1.196.8.18
***************
*** 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}
***************
*** 3217,3221 ****
\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).
--- 3217,3221 ----
\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