Skip to content

Commit 164cc5a

Browse files
committed
Refactor: remove leftover pymultihash reference in docstring
1 parent 69b0f82 commit 164cc5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

multihash/multihash.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def _resolve_shake_length(func: Func | int, length: int | None) -> int:
3737
class Multihash(namedtuple("Multihash", "code,name,length,digest")):
3838
"""A named tuple representing a multihash function and digest.
3939
40-
This extends the base namedtuple with additional methods for encoding,
41-
verification, and compatibility with both py-multihash and pymultihash APIs.
40+
This extends the base namedtuple with additional methods for encoding
41+
and verification.
4242
"""
4343

4444
__slots__ = ()

0 commit comments

Comments
 (0)