]> granicus.if.org Git - python/commit
Markup consistency & nits.
authorFred Drake <fdrake@acm.org>
Thu, 2 Apr 1998 06:47:24 +0000 (06:47 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 2 Apr 1998 06:47:24 +0000 (06:47 +0000)
commitc6fa34e4d004732c756def0076e827979a906332
tree073290265120fd079dc3e8ee175c7448a9a2f00e
parente9625e86b8e02ce4ec825d9ed557a409e20f5431
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.
Doc/api.tex
Doc/api/api.tex