Skip to content

Commit 1fb3617

Browse files
committed
Fix typo
1 parent 818878d commit 1fb3617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/transformers/data/metrics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
DEPRECATION_WARNING = (
2929
"This metric will be removed from the library soon, metrics should be handled with the 🤗 Datasets "
3030
"library. You can have a look at this example script for pointers: "
31-
"https://github.com/huggingface/transformers/blob/master/examples/text-classification/run_glue.py",
31+
"https://github.com/huggingface/transformers/blob/master/examples/text-classification/run_glue.py"
3232
)
3333

3434

0 commit comments

Comments
 (0)