commit | 369f35a2cc04dbe2a08f69f91a7b81823ed6c39c | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Sat May 14 15:35:56 2011 -0700 |
committer | Gregory P. Smith <greg@krypto.org> | Sat May 14 15:35:56 2011 -0700 |
tree | e6a10742088a2db696e5f4038bb8c5aec1f48adb | |
parent | ec075e6479fa7e98b17625e954b442c205ce5672 [diff] |
fix whitespace
diff --git a/Lib/hashlib.py b/Lib/hashlib.py index 0ebeed5..9108095 100644 --- a/Lib/hashlib.py +++ b/Lib/hashlib.py
@@ -86,7 +86,7 @@ elif bs == '384': return _sha512.sha384 except ImportError: - pass # no extension module, this hash is unsupported. + pass # no extension module, this hash is unsupported. raise ValueError('unsupported hash type %s' % name)