Skip to content

Commit c4f41ab

Browse files
Update Doc/library/profile.rst
Co-authored-by: Alex Waygood <[email protected]>
1 parent d22ca01 commit c4f41ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/profile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ functions:
274274
with cProfile.Profile() as pr:
275275
# ... do something ...
276276

277-
pr.print_stats()
277+
pr.print_stats()
278278

279279
.. versionchanged:: 3.8
280280
Added context manager support.

0 commit comments

Comments
 (0)