diff --git a/benchmarks/python/comparative/compare.py b/benchmarks/python/comparative/compare.py index 4adde50bc..a9d3df22d 100644 --- a/benchmarks/python/comparative/compare.py +++ b/benchmarks/python/comparative/compare.py @@ -62,7 +62,7 @@ def make_predicate(positive_filter, negative_filter): if __name__ == "__main__": - parser = argparse.ArgumentParser(description="Run comparisons agains PyTorch") + parser = argparse.ArgumentParser(description="Run comparisons against PyTorch") parser.add_argument( "--filter", "-f", help="Regex filter to select benchmarks", nargs="+" )