Skip to content

Commit

Permalink
fix typo in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Sep 25, 2023
1 parent 3c54e8d commit 33238cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/egamma_tnp/triggers/elept_caloidvt_gsftrkidt.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def __init__(
preprocess_args : dict, optional
Extra arguments to pass to coffea.dataset_tools.preprocess(). The default is {}.
extra_filter : Callable, optional
A extra function to filter the events. The default is None.
An extra function to filter the events. The default is None.
Must take in a coffea NanoEventsArray and return a filtered NanoEventsArray of the events you want to keep.
extra_filter_args : dict, optional
Extra arguments to pass to extra_filter. The default is {}.
Expand Down
2 changes: 1 addition & 1 deletion src/egamma_tnp/triggers/elept_wptight_gsf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def __init__(
preprocess_args : dict, optional
Extra arguments to pass to coffea.dataset_tools.preprocess(). The default is {}.
extra_filter : Callable, optional
A extra function to filter the events. The default is None.
An extra function to filter the events. The default is None.
Must take in a coffea NanoEventsArray and return a filtered NanoEventsArray of the events you want to keep.
extra_filter_args : dict, optional
Extra arguments to pass to extra_filter. The default is {}.
Expand Down

0 comments on commit 33238cb

Please sign in to comment.