Skip to content

gh-122876: Fix "End of lines" typo #125310

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

Merged
merged 3 commits into from
Feb 19, 2025
Merged

Conversation

za
Copy link
Contributor

@za za commented Oct 11, 2024

@bedevere-app bedevere-app bot added docs Documentation in the Doc dir skip news awaiting review labels Oct 11, 2024
@skirpichev skirpichev changed the title (typo): Added "s" at "Ends of lines" gh-122876: Added "s" at "Ends of lines" (typo) Oct 11, 2024
@@ -195,7 +195,7 @@ an odd number of ``\`` characters; see
and workarounds.

String literals can span multiple lines. One way is using triple-quotes:
``"""..."""`` or ``'''...'''``. End of lines are automatically
``"""..."""`` or ``'''...'''``. Ends of lines are automatically
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmmm, Why do I feel lowercase is more beautiful.

String literals can span multiple lines.  One way is using triple-quotes:
``"""..."""`` or ``'''...'''``.  ends of lines are automatically included in the string,
but it's possible to prevent this by adding a ``\`` at the end of the line. 

@hugovk hugovk added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels Feb 19, 2025
@hugovk hugovk changed the title gh-122876: Added "s" at "Ends of lines" (typo) gh-122876: Fix "End of lines" typo Feb 19, 2025
@hugovk hugovk enabled auto-merge (squash) February 19, 2025 19:14
@hugovk hugovk merged commit 7380186 into python:main Feb 19, 2025
24 checks passed
@miss-islington-app
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 19, 2025
(cherry picked from commit 7380186)

Co-authored-by: za <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Feb 19, 2025

GH-130315 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 Feb 19, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 19, 2025
(cherry picked from commit 7380186)

Co-authored-by: za <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Feb 19, 2025

GH-130316 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Feb 19, 2025
hugovk added a commit that referenced this pull request Feb 19, 2025
hugovk added a commit that referenced this pull request Feb 19, 2025
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 news
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants