From e65ee4cb993bdc7dec7aa8f96beed8562c12cb01 Mon Sep 17 00:00:00 2001 From: vo-va Date: Fri, 2 Feb 2018 22:56:11 +0600 Subject: [PATCH] Lines were too long, shortened to 120 characters --- signxml/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/signxml/__init__.py b/signxml/__init__.py index d9eb250..863bf8f 100644 --- a/signxml/__init__.py +++ b/signxml/__init__.py @@ -265,9 +265,9 @@ class XMLSigner(XMLSignatureProcessor): listed under the `Algorithm Identifiers and Implementation Requirements `_ section of the XML Signature 1.1 standard are supported. :type digest_algorithm: string - :param include_c14n_transform: If this parameter equal ``True`` c14n transformation will be included in ``Transform`` XML node. - This parameter is needed, because some software can uses hard restrictions on Transform XML node, that prohibit - include c14n transformation into Transform XML node. + :param include_c14n_transform: If this parameter equal ``True`` c14n transformation will be included + in ``Transform`` XML node. This parameter is needed, because some software can uses hard restrictions + on Transform XML node, that prohibit include c14n transformation into Transform XML node. :type include_c14n_transform: string """ def __init__(self, method=methods.enveloped, signature_algorithm="rsa-sha256", digest_algorithm="sha256",