Skip to content

Commit c501961

Browse files
committed
Removed trailing whitespace
1 parent e65ee4c commit c501961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

signxml/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ 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
269-
in ``Transform`` XML node. This parameter is needed, because some software can uses hard restrictions
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
270270
on Transform XML node, that prohibit include c14n transformation into Transform XML node.
271271
:type include_c14n_transform: string
272272
"""

0 commit comments

Comments
 (0)