We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 835fd6c + 11366c6 commit b1edac5Copy full SHA for b1edac5
1 file changed
adafruit_hashlib/__init__.py
@@ -40,6 +40,7 @@
40
41
def new(algo, data=b""):
42
"""Creates a new hashlib object.
43
+
44
:param str algo: Name of the desired algorithm.
45
:param str data: First parameter.
46
"""
0 commit comments