timeit: Explicit module docstring.

pull/20/merge
Paul Sokolovsky 2015-01-06 01:04:50 +02:00
rodzic 4b719f468f
commit f58f4ec20a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
#! /usr/bin/env python3
"""Tool for measuring execution time of small code snippets.
__doc__ = """Tool for measuring execution time of small code snippets.
This module avoids a number of common traps for measuring execution
times. See also Tim Peters' introduction to the Algorithms chapter in