diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-02 06:47:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-02 06:47:24 (GMT) |
commit | c6fa34e4d004732c756def0076e827979a906332 (patch) | |
tree | 073290265120fd079dc3e8ee175c7448a9a2f00e /Doc/ext | |
parent | e9625e86b8e02ce4ec825d9ed557a409e20f5431 (diff) | |
download | cpython-c6fa34e4d004732c756def0076e827979a906332.zip cpython-c6fa34e4d004732c756def0076e827979a906332.tar.gz cpython-c6fa34e4d004732c756def0076e827979a906332.tar.bz2 |
Markup consistency & nits.
Fix typo in a C code example: KeyError is spelled PyExc_KeyError in C; the
"K" is upper case!
Some index entries.
On function signatures, always use parameter names. Make return types match
what's in the header files. When the return type is a pointer, always omit
the space between te type name and the "*"; leaving it in results in
type * func(..)
and having two spaces there just looks terrible.
Diffstat (limited to 'Doc/ext')
0 files changed, 0 insertions, 0 deletions