Skip to content

Commit

Permalink
removed experimental comment on @pyscript_compile; see #540
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Oct 25, 2023
1 parent 04bd867 commit 64760b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ of ``config/pyscript``. This example reads a file using a native compiled functi
raise exception
log.info(f"contents = {contents}")
This is an experimental feature and might change in the future. Restrictions include:
Restrictions include:

- since it's native python, the function cannot use any pyscript-specific features;
but since it's native python, all language features are available, including ``open``,
Expand Down

0 comments on commit 64760b4

Please sign in to comment.