Skip to content

Commit 5df7bfa

Browse files
committed
Fix line length lint error
1 parent fc9aa28 commit 5df7bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signxml/algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class SignatureMethod(FragmentLookupMixin, InvalidInputErrorMixin, Enum):
9090

9191
RSA_SHA256 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
9292
"""
93-
The RSASSA-PKCS1-v1_5 algorithm described in RFC 3447. This is the default and most widely supported signature method.
93+
The RSASSA-PKCS1-v1_5 algorithm described in RFC 3447. This is the default, most widely supported signature method.
9494
"""
9595

9696
RSA_SHA224 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha224"

0 commit comments

Comments
 (0)