Minor stylistic update (I think).

This commit is contained in:
Jeremy Fincher 2004-05-07 11:41:32 +00:00
parent 738546b4cf
commit 0c51ead69d
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ class SpaceSeparatedListOfStrings(SeparatedListOf):
def splitter(self, s):
return s.split()
joiner = ' '.join
class CommaSeparatedListOfStrings(SeparatedListOf):
Value = String
def splitter(self, s):