]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix: typo (Indention) (GH-99904)
authorjarrodcolburn <jcourtlandcolburn@gmail.com>
Mon, 12 Dec 2022 12:25:22 +0000 (06:25 -0600)
committerGitHub <noreply@github.com>
Mon, 12 Dec 2022 12:25:22 +0000 (04:25 -0800)
commit8711b59f7ac1803307d340e357e025043fbe2f39
tree2939e23eee9198198d6916557164ef81f57907cc
parent3221b0de6792145cb4d0d461065a956db82acc93
Fix: typo (Indention) (GH-99904)

Example needed to be indented. Was trying to call a context manger `pr` (from ` with cProfile.Profile() as pr:`) wot perform ` pr.print_stats()` once it had already exited.

Automerge-Triggered-By: GH:AlexWaygood
Doc/library/profile.rst