Skip to content

Commit

Permalink
Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yxdyc authored Jan 17, 2025
1 parent 052d309 commit f49fed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks/build_op_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[\'|\"](.*?)[\'|\"]'
Expand Down

0 comments on commit f49fed8

Please sign in to comment.