Skip to content

Commit c5010ea

Browse files
authored
PEP 3126: Minor Fix - Result Missing From Example Code (#3978)
1 parent fa01a64 commit c5010ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

peps/pep-3126.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ and the join method::
154154
True
155155

156156
>>> " ".join(["space", "string", "joiner"]) == "space string joiner"
157+
True
157158

158159
>>> "\n".join(["multiple", "lines"]) == "multiple\nlines" == (
159160
"""multiple

0 commit comments

Comments
 (0)