We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3dcef1 commit f32e0c2Copy full SHA for f32e0c2
roundup/backends/back_anydbm.py
@@ -940,7 +940,7 @@ def create_inner(self, **propvalues):
940
l = []
941
for entry in value:
942
if type(entry) != type(''):
943
- raise ValueError('"%s" multilink value (%r) '\
+ raise ValueError('"%s" multilink value (%r) '
944
'must contain Strings' % (key, value))
945
# if it isn't a number, it's a key
946
if not num_re.match(entry):
0 commit comments