diff options
Diffstat (limited to 'Lib/dos-8x3/stringol.py')
-rw-r--r-- | Lib/dos-8x3/stringol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dos-8x3/stringol.py b/Lib/dos-8x3/stringol.py index 8fa7dd4..c3e6f6f 100644 --- a/Lib/dos-8x3/stringol.py +++ b/Lib/dos-8x3/stringol.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) |