mirror of
https://github.com/huggingface/transformers.git
synced 2025-10-20 17:13:56 +08:00
Fix typoes in src and tests (#40845)
Signed-off-by: Yuanyuan Chen <cyyever@outlook.com>
This commit is contained in:
@ -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 = {}
|
||||
|
Reference in New Issue
Block a user