Description modification

This commit is contained in:
Curtis Castrapel 2018-02-26 12:37:31 -08:00
parent 1f641c0ba6
commit 5fe28f6503
1 changed files with 1 additions and 4 deletions

View File

@ -258,10 +258,7 @@ class DigiCertIssuerPlugin(IssuerPlugin):
"""Wrap the Digicert Issuer API."""
title = 'DigiCert'
slug = 'digicert-issuer'
description = (
"Enables the creation of certificates by"
"the DigiCert REST API."
)
description = "Enables the creation of certificates by the DigiCert REST API."
version = digicert.VERSION
author = 'Kevin Glisson'