From 4186865405c911944f8bdfdc9f10f61258d681ac Mon Sep 17 00:00:00 2001 From: Ryan Soklaski Date: Sun, 17 Mar 2024 10:15:15 -0400 Subject: [PATCH] Update src/hydra_zen/structured_configs/_implementations.py --- src/hydra_zen/structured_configs/_implementations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hydra_zen/structured_configs/_implementations.py b/src/hydra_zen/structured_configs/_implementations.py index fc316317..fde0c955 100644 --- a/src/hydra_zen/structured_configs/_implementations.py +++ b/src/hydra_zen/structured_configs/_implementations.py @@ -3468,7 +3468,7 @@ def __post_init__(self, CBuildsFn: Type[BuildsFn[Any]]) -> None: # pragma: no c def get_target_path(obj: Union[HasTarget, HasTargetInst]) -> Any: """ - Returns the target-object from a targeted config. + Returns the import-path from a targeted config. Parameters ----------