Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 0245bc8

Browse files
committed
Fix absorb docstring
1 parent fb98b22 commit 0245bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iota/crypto/pycurl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def reset(self):
6262
self._state = [0] * STATE_LENGTH # type: List[int]
6363

6464
def absorb(self, trits, offset=0, length=None):
65-
# type: (Sequence[int], int, Optional[int]) -> None
65+
# type: (Sequence[int], Optional[int], Optional[int]) -> None
6666
"""
6767
Absorb trits into the sponge.
6868

0 commit comments

Comments
 (0)