mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Fixed a type in a docstring
This commit is contained in:
parent
c34088d349
commit
d983429f82
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ class Client(object): # pylint: disable=too-many-instance-attributes
|
|||
`PollError` with non-empty ``waiting`` is raised.
|
||||
|
||||
:returns: ``(cert, updated_authzrs)`` `tuple` where ``cert`` is
|
||||
the issued certificate (`.messages.CertificateResource.),
|
||||
the issued certificate (`.messages.CertificateResource`),
|
||||
and ``updated_authzrs`` is a `tuple` consisting of updated
|
||||
Authorization Resources (`.AuthorizationResource`) as
|
||||
present in the responses from server, and in the same order
|
||||
|
|
|
|||
Loading…
Reference in a new issue