PEP 3126: Minor Fix - Result Missing From Example Code (#3978)
This commit is contained in:
parent
fa01a64551
commit
c5010ea78b
|
@ -154,6 +154,7 @@ and the join method::
|
|||
True
|
||||
|
||||
>>> " ".join(["space", "string", "joiner"]) == "space string joiner"
|
||||
True
|
||||
|
||||
>>> "\n".join(["multiple", "lines"]) == "multiple\nlines" == (
|
||||
"""multiple
|
||||
|
|
Loading…
Reference in New Issue