[Patches] [ python-Patches-808362 ] typo fix for unittest and timeit

SourceForge.net noreply at sourceforge.net
Thu Sep 18 03:15:22 EDT 2003


Patches item #808362, was opened at 2003-09-18 16:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=808362&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: typo fix for unittest and timeit

Initial Comment:
I've found two typos in the library docs.



#1 [10.10.1 Command Line Interface]

www.python.org/dev/doc/devel/lib/node396.html

> the default timer functions measures wall clock 

time

this should read

> the default timer functions measure wall clock 

time



The same line can be found in Lib/timeit.py, so this 

also needs to be fixed.





#2 [5.3.7 TestResult Objects]

www.python.org/dev/doc/devel/lib/testresult-

objects.html

> and mmay be extended ...

this should read

> and may be extended ...



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

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



More information about the Patches mailing list