This commit is contained in:
Raymond Hettinger 2003-12-03 22:33:13 +00:00
parent 8772d4e4c3
commit 8850c8785f

View file

@ -4625,9 +4625,8 @@ quickly demonstrates that the traditional approach is faster:
\end{verbatim}
In contrast to \module{timeit}'s fine level of granularity, the
\ulink{\module{profile}}{../lib/module-profile.html} and
\ulink{\module{pstats}}{../lib/module-pstats.html} modules
provide tools for identifying time critical sections in larger
\ulink{\module{profile}}{../lib/module-profile.html} and \module{pstats}
modules provide tools for identifying time critical sections in larger
blocks of code.