Fix typoes in src and tests (#40845)

Signed-off-by: Yuanyuan Chen <cyyever@outlook.com>
This commit is contained in:
Yuanyuan Chen
2025-09-19 21:18:38 +08:00
committed by GitHub
parent 9d9c4d24c5
commit 767f8a4c75
44 changed files with 116 additions and 98 deletions

View File

@ -504,7 +504,7 @@ def find_code_and_splits(object_name: str, base_path: str, buffer: Optional[dict
code (`str`):
The object's code.
code_splits (`List[Tuple[str, int, int]]`):
`code` splitted into blocks. See `split_code_into_blocks`.
`code` split into blocks. See `split_code_into_blocks`.
"""
if buffer is None:
buffer = {}