Add missing quotation mark in documentation

This commit is contained in:
Seth Schoen
2015-12-12 11:06:20 -08:00
parent 2b3f217ce2
commit dfbf572bc4
+2 -2
View File
@@ -219,8 +219,8 @@ def _treat_as_renewal(config, domains):
"""Determine whether there are duplicated names and how to handle them.
:returns: Two-element tuple containing desired new-certificate behavior as
a string token ("reinstall", "renew", or "newcert), plus either a
RenewableCert instance or None if renewal shouldn't occur.
a string token ("reinstall", "renew", or "newcert"), plus either
a RenewableCert instance or None if renewal shouldn't occur.
:raises .Error: If the user would like to rerun the client again.