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

Fix a typo in tutorial exception output #126001

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Conversation

bogdanap
Copy link
Contributor

@bogdanap bogdanap commented Oct 26, 2024

This fixes a small typo on Errors page of the tutorial.

The output of the method call does not currently match its arguments:

   >>> divide("2", "1")
   executing finally clause
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
       divide("2", "0")

📚 Documentation preview 📚: https://cpython-previews--126001.org.readthedocs.build/

Copy link

cpython-cla-bot bot commented Oct 26, 2024

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-app bedevere-app bot added docs Documentation in the Doc dir skip news awaiting review labels Oct 26, 2024
@Eclips4 Eclips4 added the needs backport to 3.13 bugs and security fixes label Oct 26, 2024
Copy link
Member

@Eclips4 Eclips4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Eclips4 Eclips4 merged commit a78d5b3 into python:main Oct 26, 2024
34 checks passed
@miss-islington-app
Copy link

Thanks @bogdanap for the PR, and @Eclips4 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 26, 2024
@bedevere-app
Copy link

bedevere-app bot commented Oct 26, 2024

GH-126009 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Oct 26, 2024
Eclips4 pushed a commit that referenced this pull request Oct 26, 2024
…-126001) (#126009)

Fix a typo in ``Doc/tutorial/errors.rst`` exception output (GH-126001)
(cherry picked from commit a78d5b3)

Co-authored-by: Bogdana Vereha <[email protected]>
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.

3 participants