Fix comment typo

This commit is contained in:
Jakub Warmuz 2015-06-22 20:30:17 +00:00
parent 52d6e9b674
commit d970987b79
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -542,7 +542,7 @@ class Client(object): # pylint: disable=too-many-instance-attributes
def revoke(self, cert):
"""Revoke certificate.
:param .ComparableX509 body: `M2Crypto.X509.X509` wrapped in
:param .ComparableX509 cert: `M2Crypto.X509.X509` wrapped in
`.ComparableX509`
:raises .ClientError: If revocation is unsuccessful.