Fix a few doc errors, mostly undefined keywords.

This commit is contained in:
Georg Brandl 2011-01-15 17:03:02 +00:00
parent 6dc50f34dd
commit 375aec2315
14 changed files with 57 additions and 57 deletions

View file

@ -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.