[Python-bugs-list] [Bug #129234] Various typo in the API ref manual

noreply@sourceforge.net noreply@sourceforge.net
Fri, 19 Jan 2001 14:49:03 -0800


Bug #129234, was updated on 2001-Jan-18 05:20
Here is a current snapshot of the bug.

Project: Python
Category: Documentation
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Submitted by: gcivario
Assigned to : fdrake
Summary: Various typo in the API ref manual

Details: Those typo are present on the version 1.103 of the release 2.0 of
the manual.

* Page 14 in function PyErr_Format: \var{fmt} used insted of \var{format}
* Page 15 in function PyErr_Warn: found NULL instead of  \NULL{}
* Page 17 in function Py_FdIsInteractive: \var{name} found instead of
\var{filename}
* Page 22 in function PyObject_CallObject and PyObject_CallFunction:
replace o
     with callable_object
* Page 22 in function PyObject_CallMethode: in the equivalent Python
statement, change
     method with m
* Page 24 in function PyNumber_And: remplace \& with \&\
* Page 24 in function PyNumber_InPlacePower: add a '\' before 'var{o3}
* Page 24 in function PyNumber_AndInPlace: there is \var{o2} 2 times
* Page 26 in function PySequence_DelItem: replace \var{v} with \var{o}
* Page 29 in the 3° line: replace the '.' after 'exemple' with a ','

Regards

Gilles Civario

Follow-Ups:

Date: 2001-Jan-19 14:49
By: fdrake

Comment:
Fixed in Doc/api/api.tex revision 1.104.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=129234&group_id=5470