Skip to content

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

Merged
hugovk merged 3 commits intopython:mainfrom
za:issue-122876-fix-typo
Feb 19, 2025
Merged

gh-122876: Fix "End of lines" typo#125310
hugovk merged 3 commits intopython:mainfrom
za:issue-122876-fix-typo

Conversation

@za
Copy link
Copy Markdown
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

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
Copy Markdown
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
20 checks passed
@miss-islington-app
Copy link
Copy Markdown

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 <za@python.or.id>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-app
Copy link
Copy Markdown

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 <za@python.or.id>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-app
Copy link
Copy Markdown

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
Co-authored-by: za <za@python.or.id>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
hugovk added a commit that referenced this pull request Feb 19, 2025
Co-authored-by: za <za@python.or.id>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
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