Skip to content

Commit e65ee4c

Browse files
committed
Lines were too long, shortened to 120 characters
1 parent 0e26307 commit e65ee4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

signxml/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ class XMLSigner(XMLSignatureProcessor):
265265
listed under the `Algorithm Identifiers and Implementation Requirements
266266
<http://www.w3.org/TR/xmldsig-core1/#sec-AlgID>`_ section of the XML Signature 1.1 standard are supported.
267267
:type digest_algorithm: string
268-
:param include_c14n_transform: If this parameter equal ``True`` c14n transformation will be included in ``Transform`` XML node.
269-
This parameter is needed, because some software can uses hard restrictions on Transform XML node, that prohibit
270-
include c14n transformation into Transform XML node.
268+
:param include_c14n_transform: If this parameter equal ``True`` c14n transformation will be included
269+
in ``Transform`` XML node. This parameter is needed, because some software can uses hard restrictions
270+
on Transform XML node, that prohibit include c14n transformation into Transform XML node.
271271
:type include_c14n_transform: string
272272
"""
273273
def __init__(self, method=methods.enveloped, signature_algorithm="rsa-sha256", digest_algorithm="sha256",

0 commit comments

Comments
 (0)