From 632c4d5daffb5908fdb4ae5a67adf8b2f2d5938a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 21 Nov 2016 10:17:23 -0500 Subject: [PATCH] Remove an accidental double space --- _pytest/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/config.py b/_pytest/config.py index 5df198e21..f478b1b67 100644 --- a/_pytest/config.py +++ b/_pytest/config.py @@ -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,