[Python-checkins] python/dist/src/Doc/ext embedding.tex,1.9,1.10

jlgijsbers at users.sourceforge.net jlgijsbers at users.sourceforge.net
Sat Sep 11 18:50:08 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15319/ext

Modified Files:
	embedding.tex 
Log Message:
Patch #1026384: fix two common typo's:

- accomodate -> accommodate
- occured -> occurred

Thanks George Yoshida!


Index: embedding.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/embedding.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- embedding.tex	10 Feb 2004 18:07:16 -0000	1.9
+++ embedding.tex	11 Sep 2004 16:50:05 -0000	1.10
@@ -113,7 +113,7 @@
 \end{enumerate}
 
 As you can see, the data conversion steps are simply swapped to
-accomodate the different direction of the cross-language transfer.
+accommodate the different direction of the cross-language transfer.
 The only difference is the routine that you call between both
 data conversions. When extending, you call a C routine, when
 embedding, you call a Python routine.



More information about the Python-checkins mailing list