From e95a65bb1bb6820f6b69dff546c8f52ee376eb5e Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 28 Jan 2015 14:32:03 -0800 Subject: [PATCH] Fix typo in Ec2Signer class docstring Change-Id: Ie2a05aab512feeac967a64527d649377fd5bc6b9 --- keystoneclient/contrib/ec2/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystoneclient/contrib/ec2/utils.py b/keystoneclient/contrib/ec2/utils.py index d093b6e6c..95e4bb188 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. """