Various minor cleanups and fixes (#938)
* Documentation fixes * Various docstring and help string fixes * Minor code cleanups * Removed redundant .gitignore entry, ignored package-lock.json. * 'return' statement in certificates.service.render was redundant * Split up too long line * Non-matching tags in templates
This commit is contained in:
@ -143,7 +143,7 @@ def send_expiration_notifications(exclude):
|
||||
|
||||
def send_rotation_notification(certificate, notification_plugin=None):
|
||||
"""
|
||||
Sends a report to certificate owners when their certificate as been
|
||||
Sends a report to certificate owners when their certificate has been
|
||||
rotated.
|
||||
|
||||
:param certificate:
|
||||
|
Reference in New Issue
Block a user