]> granicus.if.org Git - python/commitdiff
fix whitespace
authorGregory P. Smith <greg@krypto.org>
Sat, 14 May 2011 22:35:56 +0000 (15:35 -0700)
committerGregory P. Smith <greg@krypto.org>
Sat, 14 May 2011 22:35:56 +0000 (15:35 -0700)
Lib/hashlib.py

index 0ebeed5a46e0924ec3ddded93202faffdac8e283..91080955ddd24c2a2e6d33534ad952da87fb9b25 100644 (file)
@@ -86,7 +86,7 @@ def __get_builtin_constructor(name):
             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)