diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index 2d95096f4cb83a8..c2189e02656c7af 100644 --- a/Doc/library/profile.rst +++ b/Doc/library/profile.rst @@ -274,7 +274,7 @@ functions: with cProfile.Profile() as pr: # ... do something ... - pr.print_stats() + pr.print_stats() .. versionchanged:: 3.8 Added context manager support.