Skip to content

Commit f681e1b

Browse files
committed
fix docs
1 parent 41c2431 commit f681e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/reactpy/reactpy/core/_life_cycle_hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class LifeCycleHook:
4040
4141
.. testcode::
4242
43-
from reactpy.core._life_cycle_hooks import LifeCycleHook
43+
from reactpy.core._life_cycle_hook import LifeCycleHook
4444
from reactpy.core.hooks import current_hook, COMPONENT_DID_RENDER_EFFECT
4545
4646
# this function will come from a layout implementation

0 commit comments

Comments
 (0)