From 00caec596d182fbfc48bf176f5acabf6bbc41c56 Mon Sep 17 00:00:00 2001 From: liuchenhong Date: Sun, 19 Jul 2015 22:40:28 +0800 Subject: [PATCH] Remove extra space in docstring Change-Id: Id2bcabb97c61f68dbcee5afbfaf9d27c8f52264c --- tempest/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/test.py b/tempest/test.py index 0e600413d4..df6b30d236 100644 --- a/tempest/test.py +++ b/tempest/test.py @@ -44,7 +44,7 @@ CONF = config.CONF def attr(**kwargs): - """A decorator which applies the testtools attr decorator + """A decorator which applies the testtools attr decorator This decorator applies the testtools.testcase.attr if it is in the list of attributes to testtools we want to apply.