Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Jan 24, 2024
1 parent 6d8dfeb commit 58228ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/correctionlib/highlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def evaluate(
if any(str(type(arg)).startswith("<class 'dask.array.") for arg in args):
raise TypeError(
"correctionlib does not yet handle dask.array collections, "
"if you require this functionality (i.e. you cannot do do "
"if you require this functionality (i.e. you cannot or do "
"not want to use dask_awkward/awkward arrays) please open an "
"issue at https://github.com/cms-nanoAOD/correctionlib/issues."
)
Expand Down Expand Up @@ -299,7 +299,7 @@ def evaluate(
if any(str(type(arg)).startswith("<class 'dask.array.") for arg in args):
raise TypeError(
"correctionlib does not yet handle dask.array collections, "
"if you require this functionality (i.e. you cannot do do "
"if you require this functionality (i.e. you cannot or do "
"not want to use dask_awkward/awkward arrays) please open an "
"issue at https://github.com/cms-nanoAOD/correctionlib/issues."
)
Expand Down

0 comments on commit 58228ab

Please sign in to comment.