]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/pbkdf2.py
Unify docstring's leading space presence
[pygost.git] / pygost / pbkdf2.py
index 4bef6c6ea07b0c95d56bd892c129cc12054be7bb..0fd6ddcbe72400e6002b87135f7e6ba77c6e5f1a 100644 (file)
@@ -1,5 +1,5 @@
 # coding: utf-8
-""" PBKDF2 implementation suitable for GOST R 34.11-94/34.11-2012.
+"""PBKDF2 implementation suitable for GOST R 34.11-94/34.11-2012.
 
 This implementation is based on Python 3.5.2 source code's one.
 PyGOST does not register itself in hashlib anyway, so use it instead.