Skip to content

Commit 4064089

Browse files
shivdharmiss-islington
authored andcommitted
Fix grammar error in timeit module docs (GH-12066)
skip issue skip news
1 parent ccb92e8 commit 4064089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/timeit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The module defines three convenience functions and a public class:
129129

130130
By default, :meth:`.timeit` temporarily turns off :term:`garbage
131131
collection` during the timing. The advantage of this approach is that
132-
it makes independent timings more comparable. This disadvantage is
132+
it makes independent timings more comparable. The disadvantage is
133133
that GC may be an important component of the performance of the
134134
function being measured. If so, GC can be re-enabled as the first
135135
statement in the *setup* string. For example::

0 commit comments

Comments
 (0)