-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
docs: Link match
statement in tutorial
#31395
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
Conversation
Add a link to the `match` statement from its section in the tutorial.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Oh, could you please create the PR against the |
@Mariatta How do I do that? I just tried changing the |
I think you should create a new PR, make the change against the |
Add a link to the `match` statement from its section in the tutorial. This should be backported to 3.10. [Initially submitted as pythonGH-31395 but against the wrong branch. Thanks @Mariatta] Automerge-Triggered-By: GH:Mariatta (cherry picked from commit 35f55cc) Co-authored-by: William Andrea <[email protected]>
Changing the PR base back to main would probably have fixed this IF it were originally branched off of main. |
Add a link to the
match
statement from its section in the tutorial.This should be backported to 3.10.