Description modification

This commit is contained in:
Curtis Castrapel 2018-02-26 12:36:40 -08:00
parent cca3797669
commit 1f641c0ba6
1 changed files with 4 additions and 2 deletions

View File

@ -258,8 +258,10 @@ 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'