Skip to content

Commit 11fbc32

Browse files
Fixing a typo in the data_collator documentation (huggingface#13309)
1 parent 062300b commit 11fbc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/main_classes/data_collator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the same type as the elements of :obj:`train_dataset` or :obj:`eval_dataset`.
1818

1919
To be able to build batches, data collators may apply some processing (like padding). Some of them (like
2020
:class:`~transformers.DataCollatorForLanguageModeling`) also apply some random data augmentation (like random masking)
21-
oin the formed batch.
21+
on the formed batch.
2222

2323
Examples of use can be found in the :doc:`example scripts <../examples>` or :doc:`example notebooks <../notebooks>`.
2424

0 commit comments

Comments
 (0)