Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald committed Oct 9, 2024
1 parent b09ff20 commit 282ff95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyterrier/java/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def register_config(name, config: Dict[str, Any]):
# Java Classes
# ----------------------------------------------------------
# This class enables the lazy loading of java classes. It
# helps avoid needing a ton of autclass() statements to
# helps avoid needing a ton of autoclass() statements to
# pre-load Java classes.
# ----------------------------------------------------------

Expand Down

0 comments on commit 282ff95

Please sign in to comment.