8000 docs: fix references to uhashlib · godlygeek/circuitpython@2955ada · GitHub
[go: up one dir, main page]

Skip to content

Commit 2955ada

Browse files
committed
docs: fix references to uhashlib
1 parent 11a97bd commit 2955ada

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/library/uhashlib.rst renamed to docs/library/hashlib.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
:mod:`uhashlib` -- hashing algorithms
1+
:mod:`hashlib` -- hashing algorithms
22
=====================================
33

44
.. include:: ../templates/unsupported_in_circuitpython.inc
55

6-
.. module:: uhashlib
6+
.. module:: hashlib
77
:synopsis: hashing algorithms
88

99
|see_cpython_module| :mod:`cpython:hashlib`.
@@ -29,15 +29,15 @@ be implemented:
2929
Constructors
3030
------------
3131

32-
.. class:: uhashlib.sha256([data])
32+
.. class:: hashlib.sha256([data])
3333

3434
Create an SHA256 hasher object and optionally feed ``data`` into it.
3535

36-
.. class:: uhashlib.sha1([data])
36+
.. class:: hashlib.sha1([data])
3737

3838
Create an SHA1 hasher object and optionally feed ``data`` into it.
3939

40-
.. class:: uhashlib.md5([data])
40+
.. class:: hashlib.md5([data])
4141

4242
Create an MD5 hasher object and optionally feed ``data`` into it.
4343

docs/library/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Python standard libraries and micro-libraries
2323
binascii.rst
2424
ucollections.rst
2525
uerrno.rst
26-
uhashlib.rst
26+
hashlib.rst
2727
uheapq.rst
2828
uio.rst
2929
ujson.rst

shared-bindings/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Module Supported Ports
2929
`busio` **All Supported**
3030
`digitalio` **All Supported**
3131
`gamepad` **SAMD Express, nRF**
32+
`hashlib` **ESP8266**
3233
`math` **All Supported**
3334
`microcontroller` **All Supported**
3435
`multiterminal` **ESP8266**

0 commit comments

Comments
 (0)
0