We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6e0cf commit bc38e6fCopy full SHA for bc38e6f
1 file changed
renard/utils.py
@@ -84,7 +84,7 @@ def search_pattern(seq: Iterable[R], pattern: List[R]) -> List[int]:
84
#:
85
#: ([(block start, block end), ...], unit)
86
87
-#: see :func:`block_indices` to easily create `BlockBounds`
+#: see :func:`block_bounds` to easily create `BlockBounds`
88
BlockBounds = Tuple[List[Tuple[int, int]], Literal["characters", "tokens"]]
89
90
0 commit comments