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 4b719f4 commit f58f4ecCopy full SHA for f58f4ec
timeit/timeit.py
@@ -1,6 +1,6 @@
1
#! /usr/bin/env python3
2
3
-"""Tool for measuring execution time of small code snippets.
+__doc__ = """Tool for measuring execution time of small code snippets.
4
5
This module avoids a number of common traps for measuring execution
6
times. See also Tim Peters' introduction to the Algorithms chapter in
0 commit comments