]> granicus.if.org Git - python/commitdiff
SF bug #762990: Awful Grammar in Python Tutorial
authorRaymond Hettinger <python@rcn.com>
Mon, 30 Jun 2003 04:27:31 +0000 (04:27 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 30 Jun 2003 04:27:31 +0000 (04:27 +0000)
Fixed a nit.

Doc/tut/tut.tex

index 9386774ac5d36d48aace6bbcb7035286441b131b..76663a74580f09dad98087e8b889a02fd646f90c 100644 (file)
@@ -3538,7 +3538,7 @@ used to the benefit of the program, since aliases behave like pointers
 in some respects.  For example, passing an object is cheap since only
 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
+eliminates the need for two different argument passing mechanisms as in
 Pascal.