Issue #27200: Fix doctests in Doc/library/hashlib.rst

This commit is contained in:
Zachary Ware 2016-08-10 01:05:19 -05:00
parent 9f8b3a0b92
commit 4199bbaf63
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@
single: message digest, MD5
single: secure hash algorithm, SHA1, SHA224, SHA256, SHA384, SHA512
.. testsetup::
import hashlib
--------------
This module implements a common interface to many different secure hash and