Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Dec 21, 2023
1 parent a01d2d7 commit c3d1325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spyglass/utils/dj_helper_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def deprecated_factory(classes: list, old_module: str = "") -> list:
Returns
------
list
list of classes that will logs a warning when instantiated
list of classes that will log a warning when instantiated
"""

if not isinstance(classes, list):
Expand Down

0 comments on commit c3d1325

Please sign in to comment.