commit | 00caec596d182fbfc48bf176f5acabf6bbc41c56 | [log] [tgz] |
---|---|---|
author | liuchenhong <liuchenhong@unitedstack.com> | Sun Jul 19 22:40:28 2015 +0800 |
committer | liuchenhong <liuchenhong@unitedstack.com> | Sun Jul 19 22:40:28 2015 +0800 |
tree | 3f074a0118f8f6de74a67621028047b0140dc433 | |
parent | f513250a671f3170bcad2427f41813d1b6bfd6a1 [diff] |
Remove extra space in docstring Change-Id: Id2bcabb97c61f68dbcee5afbfaf9d27c8f52264c
diff --git a/tempest/test.py b/tempest/test.py index 0e60041..df6b30d 100644 --- a/tempest/test.py +++ b/tempest/test.py
@@ -44,7 +44,7 @@ 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.