diff options
| author | Jeff Epler <jepler@gmail.com> | 2018-05-06 12:23:21 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2018-05-06 12:31:54 -0500 |
| commit | 2955ada22f5d12a7b4cb9c1881ad71bb7bfe1fa4 (patch) | |
| tree | 5007569f9c8f08db5285bda052b2c845f6826089 /docs | |
| parent | 11a97bdffeedb933939514a7e6e27ac8796cb978 (diff) | |
docs: fix references to uhashlib
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/library/hashlib.rst (renamed from docs/library/uhashlib.rst) | 10 | ||||
| -rw-r--r-- | docs/library/index.rst | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/library/uhashlib.rst b/docs/library/hashlib.rst index d0a3422a2..0205d5e6a 100644 --- a/docs/library/uhashlib.rst +++ b/docs/library/hashlib.rst @@ -1,9 +1,9 @@ -:mod:`uhashlib` -- hashing algorithms +:mod:`hashlib` -- hashing algorithms ===================================== .. include:: ../templates/unsupported_in_circuitpython.inc -.. module:: uhashlib +.. module:: hashlib :synopsis: hashing algorithms |see_cpython_module| :mod:`cpython:hashlib`. @@ -29,15 +29,15 @@ be implemented: Constructors ------------ -.. class:: uhashlib.sha256([data]) +.. class:: hashlib.sha256([data]) Create an SHA256 hasher object and optionally feed ``data`` into it. -.. class:: uhashlib.sha1([data]) +.. class:: hashlib.sha1([data]) Create an SHA1 hasher object and optionally feed ``data`` into it. -.. class:: uhashlib.md5([data]) +.. class:: hashlib.md5([data]) Create an MD5 hasher object and optionally feed ``data`` into it. diff --git a/docs/library/index.rst b/docs/library/index.rst index 804bff93c..466068640 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -23,7 +23,7 @@ Python standard libraries and micro-libraries binascii.rst ucollections.rst uerrno.rst - uhashlib.rst + hashlib.rst uheapq.rst uio.rst ujson.rst |
