From f49fed82a18fd2213a8b97312038e225f202df27 Mon Sep 17 00:00:00 2001 From: Daoyuan Chen <67475544+yxdyc@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:57:48 +0800 Subject: [PATCH] Typo Fix --- .pre-commit-hooks/build_op_doc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks/build_op_doc.py b/.pre-commit-hooks/build_op_doc.py index ee9af7b51..36c071202 100644 --- a/.pre-commit-hooks/build_op_doc.py +++ b/.pre-commit-hooks/build_op_doc.py @@ -151,7 +151,7 @@ def analyze_resource_tag(code): def analyze_model_tags(code): """ Analyze the model tag for the given code content string. SHOULD be one of - the "Modal Tags" in `tagging_mappings.json`. It makes the choice by finding + the "Model Tags" in `tagging_mappings.json`. It makes the choice by finding the `model_type` arg in `prepare_model` method invocation. """ pattern = r'model_type=[\'|\"](.*?)[\'|\"]'