summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-02 01:05:03 +0000
committerGerrit Code Review <review@openstack.org>2015-02-02 01:05:03 +0000
commit6b108dcfe0de93b76bdd542e99a2854adfd72422 (patch)
treea9534d3d31236921db079f708fa8999a945110f4
parent010f6630afc1370979c5d9153b6359a4f7799aaf (diff)
parente95a65bb1bb6820f6b69dff546c8f52ee376eb5e (diff)
downloadpython-keystoneclient-6b108dcfe0de93b76bdd542e99a2854adfd72422.tar.gz
Merge "Fix typo in Ec2Signer class docstring"
-rw-r--r--keystoneclient/contrib/ec2/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/contrib/ec2/utils.py b/keystoneclient/contrib/ec2/utils.py
index d093b6e..95e4bb1 100644
--- a/keystoneclient/contrib/ec2/utils.py
+++ b/keystoneclient/contrib/ec2/utils.py
@@ -28,7 +28,7 @@ from keystoneclient.i18n import _
class Ec2Signer(object):
- """Utility class which adds allows a request to be signed with an AWS style
+ """Utility class which allows a request to be signed with an AWS style
signature, which can then be used for authentication via the keystone ec2
authentication extension.
"""