From c3d1325ff789e43c574528d3aadc678a5c942660 Mon Sep 17 00:00:00 2001 From: CBroz1 Date: Thu, 21 Dec 2023 14:56:40 -0600 Subject: [PATCH] Fix typo --- src/spyglass/utils/dj_helper_fn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spyglass/utils/dj_helper_fn.py b/src/spyglass/utils/dj_helper_fn.py index 3be9f371a..390bb2add 100644 --- a/src/spyglass/utils/dj_helper_fn.py +++ b/src/spyglass/utils/dj_helper_fn.py @@ -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):