Skip to content

Commit 434554a

Browse files
committed
Update hamilton/lifecycle/default.py
1 parent 942f4ed commit 434554a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hamilton/lifecycle/default.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def run_after_node_execution(
317317

318318

319319
class CacheAdapter(NodeExecutionHook, NodeExecutionMethod, GraphExecutionHook):
320-
"""Class to cache node results on disk with a key baed on the node code implementation and inputs.
320+
"""Class to cache node results on disk with a key based on the node code implementation and inputs.
321321
Following runs with the same key can load node results and skip computation.
322322
323323
The cache `_nodes_history` entry returns an append-only list of results added to the cache.

0 commit comments

Comments
 (0)