Remove extra space in docstring

Change-Id: Id2bcabb97c61f68dbcee5afbfaf9d27c8f52264c
This commit is contained in:
liuchenhong 2015-07-19 22:40:28 +08:00
parent f513250a67
commit 00caec596d
1 changed files with 1 additions and 1 deletions

View File

@ -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.