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

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
za 2025-02-20 02:16:38 +07:00 committed by GitHub
parent ccf17323c2
commit 73801864d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ``'''...'''``. End-of-line characters are automatically
included in the string, but it's possible to prevent this by adding a ``\`` at
the end of the line. In the following example, the initial newline is not
included::