Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shared-bindings/hashlib/__init__.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//|
//| def new(name: str, data: bytes = b"") -> hashlib.Hash:
//| """Returns a Hash object setup for the named algorithm. Raises ValueError when the named
//| algorithm is unsupported. Supported algorithms for ``name`` are ``'sha1`` and ``'sha256'``.
//| algorithm is unsupported. Supported algorithms for ``name`` are ``'sha1'`` and ``'sha256'``.
//|
//| :return: a hash object for the given algorithm
//| :rtype: hashlib.Hash"""
Expand Down