diff options
author | Raymond Hettinger <python@rcn.com> | 2003-12-03 22:33:13 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-12-03 22:33:13 (GMT) |
commit | 8850c8785f9b61e9d2b4803a0249d0ae20d932fd (patch) | |
tree | 917513e3dbf6ff5284f488961bc1c5b0f45a37bf /Doc/tut | |
parent | 8772d4e4c3af29d4dd6d44d06445a9acc0642500 (diff) | |
download | cpython-8850c8785f9b61e9d2b4803a0249d0ae20d932fd.zip cpython-8850c8785f9b61e9d2b4803a0249d0ae20d932fd.tar.gz cpython-8850c8785f9b61e9d2b4803a0249d0ae20d932fd.tar.bz2 |
Fix link
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 256826e..f84978a 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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. |