mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Recorded merge of revisions 78024 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78024 | georg.brandl | 2010-02-06 19:44:44 +0100 (Sa, 06 Feb 2010) | 1 line #5341: fix "builtin" where used as an adjective ("built-in" is correct). ........
This commit is contained in:
parent
3102bd9afe
commit
c4a55fccab
14 changed files with 46 additions and 43 deletions
|
@ -354,7 +354,7 @@ optionally followed by an import of the module::
|
|||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
/* Add a builtin module, before Py_Initialize */
|
||||
/* Add a built-in module, before Py_Initialize */
|
||||
PyImport_AppendInittab("spam", PyInit_spam);
|
||||
|
||||
/* Pass argv[0] to the Python interpreter */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue