Fix typo in Ec2Signer class docstring

Change-Id: Ie2a05aab512feeac967a64527d649377fd5bc6b9
This commit is contained in:
Matt Riedemann 2015-01-28 14:32:03 -08:00
parent 019c383cb4
commit e95a65bb1b

View File

@ -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.
"""