Skip to content

Commit

Permalink
Fixed a type in a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Dec 12, 2015
1 parent c34088d commit d983429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme/acme/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def poll_and_request_issuance(
`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
Expand Down

0 comments on commit d983429

Please sign in to comment.