Skip to content

Commit 1fb3617

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/data/metrics/__init__.py

+1-1
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)