Skip to content

Commit

Permalink
PEP 3126: Minor Fix - Result Missing From Example Code (#3978)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-S authored Sep 20, 2024
1 parent fa01a64 commit c5010ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions peps/pep-3126.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ and the join method::
True

>>> " ".join(["space", "string", "joiner"]) == "space string joiner"
True

>>> "\n".join(["multiple", "lines"]) == "multiple\nlines" == (
"""multiple
Expand Down

0 comments on commit c5010ea

Please sign in to comment.