Skip to content

Commit

Permalink
chore: update base.py
Browse files Browse the repository at this point in the history
occured -> occurred
  • Loading branch information
eltociear authored and skrawcz committed Dec 24, 2024
1 parent 6444b21 commit 0ae54e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hamilton/function_modifiers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ def _add_original_function_to_nodes(fn: Callable, nodes: List[node.Node]) -> Lis


def _resolve_nodes_error(fn: Callable) -> str:
return f"Exception occured while compiling function: {fn.__name__} " f"to nodes"
return f"Exception occurred while compiling function: {fn.__name__} " f"to nodes"


def resolve_nodes(fn: Callable, config: Dict[str, Any]) -> Collection[node.Node]:
Expand Down

0 comments on commit 0ae54e8

Please sign in to comment.