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

SourceForge.net noreply at sourceforge.net
Sat Sep 20 07:10:17 EDT 2003


Patches item #808362, was opened at 2003-09-18 09:13
Message generated for change (Comment added) made by loewis
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: Closed
>Resolution: Accepted
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 ...



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

>Comment By: Martin v. Löwis (loewis)
Date: 2003-09-20 13:10

Message:
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as



libtimeit.tex 1.6

libunittest.tex 1.16

timeit.py 1.14



libtimeit.tex 1.4.10.2

libunittest.tex 1.14.8.2

timeit.py 1.13.8.1



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

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