[Python-bugs-list] [ python-Bugs-731689 ] typo in lib man - optparse

SourceForge.net noreply@sourceforge.net
Sat, 03 May 2003 12:17:22 -0700


Bugs item #731689, was opened at 2003-05-02 21:41
Message generated for change (Comment added) made by gward
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=731689&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Inyeol Lee (inyeol)
Assigned to: Greg Ward (gward)
Summary: typo in lib man - optparse

Initial Comment:
2.3b1 Library Reference
6.20.3.3 option actions
in the description of "append", 

'-tracks=4' should be changed
to '--tracks=4' (two leading hyphen).
Also '-tracsk=x' should be changed to '--tracks=x'

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

>Comment By: Greg Ward (gward)
Date: 2003-05-03 15:17

Message:
Logged In: YES 
user_id=14422

OK, should be fixed in CVS (rev 1.3 of Doc/lib/liboptparse.tex).



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

Comment By: Inyeol Lee (inyeol)
Date: 2003-05-02 21:48

Message:
Logged In: YES 
user_id=595280

one more type in the same page:

In the description of "help",
'If optparse sees either --h or ..." -> 'If ... -h or ..."
(--h to -h)


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

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