Skip to content

Commit 04165f9

Browse files
committed
Changes requested by reviewers
1 parent adbbaba commit 04165f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/timeit.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ This can be achieved from the :ref:`python-interface` with::
4545
0.23702679807320237
4646

4747

48-
Note however that :mod:`timeit` will automatically determine the number of
48+
Note however that :func:`.timeit` will automatically determine the number of
4949
repetitions only when the command-line interface is used.
5050

51-
:mod:`timeit` also takes a callable for the statement and setup parameters::
51+
:func:`.timeit` also takes a callable for the *stmt* and *setup* parameters::
5252

5353
>>> timeit.timeit(lambda: "-".join(map(str, range(100))), number=10000)
5454
0.19665591977536678

0 commit comments

Comments
 (0)