diff --git a/timeit/timeit.py b/timeit/timeit.py index 4f7d28fb..cfec60b4 100644 --- a/timeit/timeit.py +++ b/timeit/timeit.py @@ -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