From 7cb596fa228b38d5ad2ba1a36c9a844b19f4cb49 Mon Sep 17 00:00:00 2001 From: SABA UL HAQUE <66197673+sabaul@users.noreply.github.com> Date: Sun, 8 Jan 2023 14:33:01 +0530 Subject: [PATCH] fix typo (#21048) Typo fix: Corrected the word metada --> metadata --- utils/update_metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/update_metadata.py b/utils/update_metadata.py index e624759ebe..6c5f3ee2b8 100644 --- a/utils/update_metadata.py +++ b/utils/update_metadata.py @@ -211,7 +211,7 @@ def update_pipeline_and_auto_class_table(table): def update_metadata(token, commit_sha): """ - Update the metada for the Transformers repo. + Update the metadata for the Transformers repo. """ with tempfile.TemporaryDirectory() as tmp_dir: repo = Repository(