Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 76c0e69

Browse files
committed
Cleanup: remove trailing space from docstring
1 parent a925a9d commit 76c0e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pkcs1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_multiple_signings(self):
144144
self.assertEqual(signature1, signature2)
145145

146146
def test_split_hash_sign(self):
147-
"""Hashing and then signing should match with directly signing the message. """
147+
"""Hashing and then signing should match with directly signing the message."""
148148

149149
message = b"je moeder"
150150
msg_hash = pkcs1.compute_hash(message, "SHA-256")

0 commit comments

Comments
 (0)