mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix link
This commit is contained in:
parent
8772d4e4c3
commit
8850c8785f
1 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue