We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57aec3a + 4826204 commit 8c0d596Copy full SHA for 8c0d596
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