We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197e468 commit 79e7259Copy full SHA for 79e7259
Doc/library/timeit.rst
@@ -129,7 +129,7 @@ The module defines three convenience functions and a public class:
129
130
By default, :meth:`.timeit` temporarily turns off :term:`garbage
131
collection` during the timing. The advantage of this approach is that
132
- it makes independent timings more comparable. This disadvantage is
+ it makes independent timings more comparable. The disadvantage is
133
that GC may be an important component of the performance of the
134
function being measured. If so, GC can be re-enabled as the first
135
statement in the *setup* string. For example::
0 commit comments