mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 00:22:38 +02:00
Fixed a type in a docstring
This commit is contained in:
+1
-1
@@ -340,7 +340,7 @@ class Client(object): # pylint: disable=too-many-instance-attributes
|
|||||||
`PollError` with non-empty ``waiting`` is raised.
|
`PollError` with non-empty ``waiting`` is raised.
|
||||||
|
|
||||||
:returns: ``(cert, updated_authzrs)`` `tuple` where ``cert`` is
|
: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
|
and ``updated_authzrs`` is a `tuple` consisting of updated
|
||||||
Authorization Resources (`.AuthorizationResource`) as
|
Authorization Resources (`.AuthorizationResource`) as
|
||||||
present in the responses from server, and in the same order
|
present in the responses from server, and in the same order
|
||||||
|
|||||||
Reference in New Issue
Block a user