Skip to content

Commit a753a1b

Browse files
committed
-
1 parent 171b826 commit a753a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/cute-profile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Let's profile an example program. Our example would be a function called
6363
The result is ``[6, 28, 496, 8128]``. However, this function takes a few
6464
seconds to run. That's fairly long. Let's use :mod:`cute_profile` to find out
6565
*why* this function is taking so long. We'll add the
66-
:func:`cute_profile.profile_ready` decorator around `get_perfects`:
66+
:func:`cute_profile.profile_ready` decorator around ``get_perfects``:
6767

6868
>>> from python_toolbox import cute_profile
6969
>>> @cute_profile.profile_ready()

0 commit comments

Comments
 (0)