summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystoneclient/tests/unit/utils.py')
-rw-r--r--keystoneclient/tests/unit/utils.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/keystoneclient/tests/unit/utils.py b/keystoneclient/tests/unit/utils.py
index 7287c40..e4dd854 100644
--- a/keystoneclient/tests/unit/utils.py
+++ b/keystoneclient/tests/unit/utils.py
@@ -128,8 +128,9 @@ if tuple(sys.version_info)[0:2] < (2, 7):
class TestResponse(requests.Response):
- """Class used to wrap requests.Response and provide some
- convenience to initialize with a dict.
+ """Class used to wrap requests.Response.
+
+ It also provides convenience to initialize with a dict.
"""
def __init__(self, data):