Remove an accidental double space

This commit is contained in:
Ned Batchelder 2016-11-21 10:17:23 -05:00
parent cbf261c74e
commit 632c4d5daf
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ class Argument:
if typ == 'choice':
warnings.warn(
'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.'
' (options: %s)' % (typ, names),
DeprecationWarning,