[Python-checkins] python/dist/src/Doc/doc doc.tex,1.83,1.84
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Thu Mar 25 03:51:38 EST 2004
Update of /cvsroot/python/python/dist/src/Doc/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9934/doc
Modified Files:
doc.tex
Log Message:
SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter"
Index: doc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** doc.tex 10 Feb 2004 18:30:22 -0000 1.83
--- doc.tex 25 Mar 2004 08:51:36 -0000 1.84
***************
*** 323,327 ****
A macro which takes an optional parameter would be typed like this
! when the optional paramter is given:
\begin{verbatim}
--- 323,327 ----
A macro which takes an optional parameter would be typed like this
! when the optional parameter is given:
\begin{verbatim}
More information about the Python-checkins
mailing list