Skip to content

Commit f58f4ec

Browse files
committed
timeit: Explicit module docstring.
1 parent 4b719f4 commit f58f4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timeit/timeit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python3
22

3-
"""Tool for measuring execution time of small code snippets.
3+
__doc__ = """Tool for measuring execution time of small code snippets.
44
55
This module avoids a number of common traps for measuring execution
66
times. See also Tim Peters' introduction to the Algorithms chapter in

0 commit comments

Comments
 (0)