summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-09-15 02:30:30 +0000
committerGerrit Code Review <review@openstack.org>2012-09-15 02:30:30 +0000
commitbc7ba5e19d4e9039146ca37f77a0b232522cddc8 (patch)
treeea4b336e174dae497859a5059cf4a23ac655bb3f
parent2a45b707bd0f8b44149ba12f4473f0e5df7db364 (diff)
parentd2214940872d7a4096e3eafed60da96405273303 (diff)
downloadpython-neutronclient-2.1.tar.gz
Merge "fix a minor comment error"2.1
-rw-r--r--quantumclient/v2_0/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantumclient/v2_0/client.py b/quantumclient/v2_0/client.py
index 3dae823..6ec752d 100644
--- a/quantumclient/v2_0/client.py
+++ b/quantumclient/v2_0/client.py
@@ -479,7 +479,7 @@ class Client(object):
def deserialize(self, data, status_code):
"""
- Deserializes a an xml or json string into a dictionary
+ Deserializes an xml or json string into a dictionary
"""
if status_code == 204:
return data