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 adbbaba commit 04165f9Copy full SHA for 04165f9
Doc/library/timeit.rst
@@ -45,10 +45,10 @@ This can be achieved from the :ref:`python-interface` with::
45
0.23702679807320237
46
47
48
-Note however that :mod:`timeit` will automatically determine the number of
+Note however that :func:`.timeit` will automatically determine the number of
49
repetitions only when the command-line interface is used.
50
51
-:mod:`timeit` also takes a callable for the statement and setup parameters::
+:func:`.timeit` also takes a callable for the *stmt* and *setup* parameters::
52
53
>>> timeit.timeit(lambda: "-".join(map(str, range(100))), number=10000)
54
0.19665591977536678
0 commit comments