mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Patch #1026384: fix two common typo's:
- accomodate -> accommodate - occured -> occurred Thanks George Yoshida!
This commit is contained in:
parent
7a8c43ee6a
commit
d345225ae5
7 changed files with 9 additions and 9 deletions
|
@ -113,7 +113,7 @@ When embedding Python, the interface code does:
|
|||
\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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue