Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] Fix: typo (Indention) (GH-99904) #100196

Merged
merged 1 commit into from
Dec 12, 2022

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 12, 2022

Example needed to be indented. Was trying to call a context manger pr (from with cProfile.Profile() as pr:) won't perform pr.print_stats() once it had already exited.
(cherry picked from commit 8711b59)

Co-authored-by: jarrodcolburn [email protected]
Automerge-Triggered-By: GH:AlexWaygood

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.
(cherry picked from commit 8711b59)

Co-authored-by: jarrodcolburn <[email protected]>
Automerge-Triggered-By: GH:AlexWaygood
@AlexWaygood AlexWaygood self-assigned this Dec 12, 2022
@miss-islington miss-islington merged commit 60383a3 into python:3.11 Dec 12, 2022
@miss-islington miss-islington deleted the backport-8711b59-3.11 branch December 12, 2022 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants