Skip to content

Commit

Permalink
Cleanup: remove trailing space from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenstuvel committed Mar 13, 2022
1 parent a925a9d commit 76c0e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pkcs1.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def test_multiple_signings(self):
self.assertEqual(signature1, signature2)

def test_split_hash_sign(self):
"""Hashing and then signing should match with directly signing the message. """
"""Hashing and then signing should match with directly signing the message."""

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

0 comments on commit 76c0e69

Please sign in to comment.