Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Nov 28, 2023
1 parent 41c2431 commit f681e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/reactpy/reactpy/core/_life_cycle_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class LifeCycleHook:
.. testcode::
from reactpy.core._life_cycle_hooks import LifeCycleHook
from reactpy.core._life_cycle_hook import LifeCycleHook
from reactpy.core.hooks import current_hook, COMPONENT_DID_RENDER_EFFECT
# this function will come from a layout implementation
Expand Down

0 comments on commit f681e1b

Please sign in to comment.