-
-
Couldn't load subscription status.
- Fork 33.3k
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
Conversation
Doc/tutorial/introduction.rst
Outdated
|
|
||
| String literals can span multiple lines. One way is using triple-quotes: | ||
| ``"""..."""`` or ``'''...'''``. End of lines are automatically | ||
| ``"""..."""`` or ``'''...'''``. Ends of lines are automatically |
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.
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.
(cherry picked from commit 7380186) Co-authored-by: za <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
|
GH-130315 is a backport of this pull request to the 3.13 branch. |
(cherry picked from commit 7380186) Co-authored-by: za <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
|
GH-130316 is a backport of this pull request to the 3.12 branch. |
Co-authored-by: za <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: za <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
Fix typo
Issue: #122876
📚 Documentation preview 📚: https://cpython-previews--125310.org.readthedocs.build/