Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3221f8

Browse files
committed
fix whitespace
1 parent 11ddc99 commit a3221f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/hashlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __get_builtin_constructor(name):
8686
elif bs == '384':
8787
return _sha512.sha384
8888
except ImportError:
89-
pass # no extension module, this hash is unsupported.
89+
pass # no extension module, this hash is unsupported.
9090

9191
raise ValueError('unsupported hash type %s' % name)
9292

0 commit comments

Comments
 (0)