Skip to content

Commit

Permalink
Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Sep 27, 2024
1 parent ac0599f commit 242779f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signxml/verifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def verify(
from signxml import XMLVerifier, SignatureConfiguration
config = SignatureConfiguration(location="./")
XMLVerifier(...).verify(..., expect_config=config)
Depending on the canonicalization method used by the signature, comments in the XML data may not be subject to
signing, so may need to be untrusted. If so, they are excised from the return value of ``verify()``.
Expand Down

0 comments on commit 242779f

Please sign in to comment.