Skip to content

Commit

Permalink
DOC Edit import in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gadorlhiac committed May 2, 2024
1 parent 809462a commit 7fa20c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Developers can insert these markers as needed into their code to add new exit po
In order to include a new marker in your code:
```py
from lute.execution.debug_utils import lute_debug_exit, lute_debug_pause
from lute.execution.debug_utils import LUTE_DEBUG_EXIT
def my_code() -> None:
# ...
Expand Down

0 comments on commit 7fa20c6

Please sign in to comment.