Remove extra :returns: (#5611)

This commit is contained in:
ohemorange 2018-02-22 12:33:55 -08:00 committed by GitHub
parent 457269b005
commit 990b211a76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -274,7 +274,7 @@ class Client(object):
:param list domains: domains to get a certificate
:returns: :returns: certificate as PEM string, chain as PEM string,
:returns: certificate as PEM string, chain as PEM string,
newly generated private key (`.util.Key`), and DER-encoded
Certificate Signing Request (`.util.CSR`).
:rtype: tuple