We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61ed06 commit e75dc17Copy full SHA for e75dc17
multiformats/cid/__init__.py
@@ -517,8 +517,7 @@ def __eq__(self, other: Any) -> bool:
517
@staticmethod
518
def decode(cid: Union[str, BytesLike]) -> "CID":
519
"""
520
- Decodes a CID from a bytestring or a hex string (which will be converted to :obj:`bytes`
521
- using :obj:`bytes.fromhex`). Note: the hex string is not multibase encoded.
+ Decodes a CID from a bytestring or a multibase-encoded string.
522
523
Example usage for CIDv1 multibase-encoded string:
524
0 commit comments