Skip to content

Commit 7834651

Browse files
committed
fix lazy_loader docstring properly
1 parent 5b40a2e commit 7834651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/reflex-base/src/reflex_base/utils/lazy_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def comp_alias(comp: str | tuple[str, str]) -> str:
122122
comp: The component name or a tuple of (component name, alias).
123123
124124
Returns:
125-
The component alias, or None if there is no alias.
125+
The component alias, or the compoenent name if there is no alias.
126126
"""
127127
return comp[1] if isinstance(comp, tuple) else comp
128128

0 commit comments

Comments
 (0)