We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171b826 commit a753a1bCopy full SHA for a753a1b
docs/topics/cute-profile.txt
@@ -63,7 +63,7 @@ Let's profile an example program. Our example would be a function called
63
The result is ``[6, 28, 496, 8128]``. However, this function takes a few
64
seconds to run. That's fairly long. Let's use :mod:`cute_profile` to find out
65
*why* this function is taking so long. We'll add the
66
-:func:`cute_profile.profile_ready` decorator around `get_perfects`:
+:func:`cute_profile.profile_ready` decorator around ``get_perfects``:
67
68
>>> from python_toolbox import cute_profile
69
>>> @cute_profile.profile_ready()
0 commit comments