commit | 375aec2315a497562c7ccb0baf12493090d0faf5 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jan 15 17:03:02 2011 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jan 15 17:03:02 2011 +0000 |
tree | 77662f734ac17128f0614719f79ae04b4c978473 | |
parent | 6dc50f34ddb8a5c3b11570575348c9b94919b024 [diff] |
Fix a few doc errors, mostly undefined keywords.
diff --git a/Doc/c-api/code.rst b/Doc/c-api/code.rst index 7d9b4b6..52c4245 100644 --- a/Doc/c-api/code.rst +++ b/Doc/c-api/code.rst
@@ -47,4 +47,4 @@ 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.