Skip to content

Commit 86c4e10

Browse files
authored
Update benchmarks/user/benchmark.py
1 parent bfcbcd6 commit 86c4e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/user/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def run_op(solver, operator, **options):
7171
"""
7272
Initialize any necessary input and run the operator associated with the solver.
7373
"""
74-
# Get the operator if exist
74+
# Get the operator if it exists
7575
try:
7676
op = getattr(solver, operator)
7777
except AttributeError as e:

0 commit comments

Comments
 (0)