Skip to content

Commit bc38e6f

Browse files
committed
fix the docstring of BlockBounds to update obsolete information
1 parent dd6e0cf commit bc38e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renard/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def search_pattern(seq: Iterable[R], pattern: List[R]) -> List[int]:
8484
#:
8585
#: ([(block start, block end), ...], unit)
8686
#:
87-
#: see :func:`block_indices` to easily create `BlockBounds`
87+
#: see :func:`block_bounds` to easily create `BlockBounds`
8888
BlockBounds = Tuple[List[Tuple[int, int]], Literal["characters", "tokens"]]
8989

9090

0 commit comments

Comments
 (0)