Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ddc99 commit a3221f8Copy full SHA for a3221f8
1 file changed
Lib/hashlib.py
@@ -86,7 +86,7 @@ def __get_builtin_constructor(name):
86
elif bs == '384':
87
return _sha512.sha384
88
except ImportError:
89
- pass # no extension module, this hash is unsupported.
+ pass # no extension module, this hash is unsupported.
90
91
raise ValueError('unsupported hash type %s' % name)
92
0 commit comments