Skip to content

Commit 376b637

Browse files
committed
Merge branch 'master' of https://github.com/sanks011/Python
2 parents 8243480 + 29b5cc2 commit 376b637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

strings/join.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def join(separator: str, separated: list[str]) -> str:
4545

4646
return joined
4747

48+
4849
if __name__ == "__main__":
4950
from doctest import testmod
5051

0 commit comments

Comments
 (0)