mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 14:10:41 +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):
|
def splitter(self, s):
|
||||||
return s.split()
|
return s.split()
|
||||||
joiner = ' '.join
|
joiner = ' '.join
|
||||||
|
|
||||||
class CommaSeparatedListOfStrings(SeparatedListOf):
|
class CommaSeparatedListOfStrings(SeparatedListOf):
|
||||||
Value = String
|
Value = String
|
||||||
def splitter(self, s):
|
def splitter(self, s):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user