]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/test_gost28147_mac.py
Unify docstring's leading space presence
[pygost.git] / pygost / test_gost28147_mac.py
index 1f016197cdb5f63fa54221c959c8e93ed63a00ab..d5d5bfe0814764fb45c7a00aa0a78575e045f27b 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2019 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2020 Sergey Matveev <stargrave@stargrave.org>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@ from pygost.gost28147_mac import MAC
 
 
 class TestMAC(TestCase):
-    """ Test vectors generated with libgcl3 library
+    """Test vectors generated with libgcl3 library
     """
     k = b"This is message\xFF length\x0032 bytes"