mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-24 03:29:28 +01:00
Minor stylistic update (I think).
This commit is contained in:
parent
738546b4cf
commit
0c51ead69d
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user