Skip to content

Commit 632c4d5

Browse files
committed
Remove an accidental double space
1 parent cbf261c commit 632c4d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_pytest/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def __init__(self, *names, **attrs):
594594
if typ == 'choice':
595595
warnings.warn(
596596
'type argument to addoption() is a string %r.'
597-
' For parsearg this is optional and when supplied '
597+
' For parsearg this is optional and when supplied'
598598
' should be a type.'
599599
' (options: %s)' % (typ, names),
600600
DeprecationWarning,

0 commit comments

Comments
 (0)