mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Fix comment typo
This commit is contained in:
parent
52d6e9b674
commit
d970987b79
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue