From 76c0e6901cde36743fd6cbb5251a91bfb3a3352d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 13 Mar 2022 12:39:30 +0100 Subject: Cleanup: remove trailing space from docstring --- tests/test_pkcs1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pkcs1.py b/tests/test_pkcs1.py index 6b14d8f..a8b3cfd 100644 --- a/tests/test_pkcs1.py +++ b/tests/test_pkcs1.py @@ -144,7 +144,7 @@ class SignatureTest(unittest.TestCase): 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") -- cgit v1.2.1