Merge pull request #2074 from nedbat/fix-double-spaces
Remove an accidental double space
This commit is contained in:
commit
1e2b2af296
|
@ -594,7 +594,7 @@ class Argument:
|
||||||
if typ == 'choice':
|
if typ == 'choice':
|
||||||
warnings.warn(
|
warnings.warn(
|
||||||
'type argument to addoption() is a string %r.'
|
'type argument to addoption() is a string %r.'
|
||||||
' For parsearg this is optional and when supplied '
|
' For parsearg this is optional and when supplied'
|
||||||
' should be a type.'
|
' should be a type.'
|
||||||
' (options: %s)' % (typ, names),
|
' (options: %s)' % (typ, names),
|
||||||
DeprecationWarning,
|
DeprecationWarning,
|
||||||
|
|
Loading…
Reference in New Issue