Unverified Commit 9df953a8 authored by Bartosz Szmelczynski's avatar Bartosz Szmelczynski Committed by GitHub
Browse files

Fix misspelled word in docstring (#19415)

parent d866b485
...@@ -133,7 +133,7 @@ def check_onnxruntime_requirements(minimum_version: Version): ...@@ -133,7 +133,7 @@ def check_onnxruntime_requirements(minimum_version: Version):
def ensure_valid_input(model, tokens, input_names): def ensure_valid_input(model, tokens, input_names):
""" """
Ensure input are presented in the correct order, without any Non Ensure inputs are presented in the correct order, without any Non
Args: Args:
model: The model used to forward the input data model: The model used to forward the input data
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment