Skip to content

Commit 70c3adc

Browse files
authored
Fix incorrectly documented type
1 parent 5b5437d commit 70c3adc

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
@@ -332,11 +332,11 @@ def sign(self, data, key=None, passphrase=None, cert=None, reference_uri=None, k
332332
:param payload_inclusive_ns_prefixes:
333333
Provide a list of XML namespace prefixes whose declarations should be preserved when canonicalizing the
334334
content referenced by the signature (**InclusiveNamespaces PrefixList**).
335-
:type inclusive_ns_prefixes: string
335+
:type inclusive_ns_prefixes: list
336336
:param signature_inclusive_ns_prefixes:
337337
Provide a list of XML namespace prefixes whose declarations should be preserved when canonicalizing the
338338
signature itself (**InclusiveNamespaces PrefixList**).
339-
:type signature_inclusive_ns_prefixes: string
339+
:type signature_inclusive_ns_prefixes: list
340340
:param signature_properties:
341341
One or more Elements that are to be included in the SignatureProperies section when using the detached
342342
method.

0 commit comments

Comments
 (0)