diff options
Diffstat (limited to 'Lib/stringold.py')
-rw-r--r-- | Lib/stringold.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/stringold.py b/Lib/stringold.py index 8fa7dd4..c3e6f6f 100644 --- a/Lib/stringold.py +++ b/Lib/stringold.py @@ -118,7 +118,7 @@ def join(words, sep = ' '): """join(list [,sep]) -> string Return a string composed of the words in list, with - intervening occurences of sep. The default separator is a + intervening occurrences of sep. The default separator is a single space. (joinfields and join are synonymous) |