[Python-checkins] python/dist/src/Doc/tut tut.tex,1.190,1.191
rhettinger@users.sourceforge.net
rhettinger@users.sourceforge.net
2003年6月29日 21:27:33 -0700
Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1:/tmp/cvs-serv20115
Modified Files:
tut.tex
Log Message:
SF bug #762990: Awful Grammar in Python Tutorial
Fixed a nit.
Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.190
retrieving revision 1.191
diff -C2 -d -r1.190 -r1.191
*** tut.tex 29 Jun 2003 16:01:51 -0000 1.190
--- tut.tex 30 Jun 2003 04:27:31 -0000 1.191
***************
*** 3539,3543 ****
a pointer is passed by the implementation; and if a function modifies
an object passed as an argument, the caller will see the change --- this
! obviates the need for two different argument passing mechanisms as in
Pascal.
--- 3539,3543 ----
a pointer is passed by the implementation; and if a function modifies
an object passed as an argument, the caller will see the change --- this
! eliminates the need for two different argument passing mechanisms as in
Pascal.