[Pyobjc-dev] [ pyobjc-Bugs-1870380 ] typo in 'Get Buddy Info' example
Brought to you by:
ronaldoussoren
|
From: SourceForge.net <no...@so...> - 2008-01-13 15:49:46
|
Bugs item #1870380, was opened at 2008-01-13 07:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=1870380&group_id=14534 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: typo in 'Get Buddy Info' example Initial Comment: Line 16 of /Developer/Examples/Python/PyObjC/Automator/Get Buddy Info/GetBuddyInfo.py reads: personDescriptor = input.desciptorAtIndex_(i) but should read: personDescriptor = input.descriptorAtIndex_(i) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=1870380&group_id=14534 |