mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix a few doc errors, mostly undefined keywords.
This commit is contained in:
parent
6dc50f34dd
commit
375aec2315
14 changed files with 57 additions and 57 deletions
|
@ -47,4 +47,4 @@ bound into a function.
|
|||
|
||||
Return a new empty code object with the specified filename,
|
||||
function name, and first line number. It is illegal to
|
||||
:keyword:`exec` or :func:`eval` the resulting code object.
|
||||
:func:`exec` or :func:`eval` the resulting code object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue