[Python-bugs-list] [ python-Bugs-793200 ] Typo in documentation for Cell Objects

SourceForge.net noreply at sourceforge.net
Fri Aug 22 07:07:00 EDT 2003


Bugs item #793200, was opened at 2003-08-22 15:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=793200&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Ronald Oussoren (ronaldoussoren)
Assigned to: Nobody/Anonymous (nobody)
Summary: Typo in documentation for Cell Objects

Initial Comment:
The current online documenation says:

----
PyObject* PyCell_GET(PyObject *cell)

Return value: Borrowed reference.
Return the contents of the cell cell, but without checking that 
cell is non-NULL and a call object.

----

The last three words should be 'a cell object'.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=793200&group_id=5470



More information about the Python-bugs-list mailing list