Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccd615c

Browse files
committed
SF bug #762990: Awful Grammar in Python Tutorial
Fixed a nit.
1 parent d693a81 commit ccd615c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tut/tut.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3538,7 +3538,7 @@ \section{A Word About Terminology \label{terminology}}
35383538
in some respects. For example, passing an object is cheap since only
35393539
a pointer is passed by the implementation; and if a function modifies
35403540
an object passed as an argument, the caller will see the change --- this
3541-
obviates the need for two different argument passing mechanisms as in
3541+
eliminates the need for two different argument passing mechanisms as in
35423542
Pascal.
35433543
35443544

0 commit comments

Comments
 (0)