We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57aec3a commit 4826204Copy full SHA for 4826204
shared-bindings/hashlib/__init__.c
@@ -20,7 +20,7 @@
20
//|
21
//| def new(name: str, data: bytes = b"") -> hashlib.Hash:
22
//| """Returns a Hash object setup for the named algorithm. Raises ValueError when the named
23
-//| algorithm is unsupported. Supported algorithms for ``name`` are ``'sha1`` and ``'sha256'``.
+//| algorithm is unsupported. Supported algorithms for ``name`` are ``'sha1'`` and ``'sha256'``.
24
25
//| :return: a hash object for the given algorithm
26
//| :rtype: hashlib.Hash"""
0 commit comments