From 64760b4ee81057e94cd5345ccbd697366ff5b37f Mon Sep 17 00:00:00 2001 From: Craig Barratt <19445341+craigbarratt@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:47:46 -0700 Subject: [PATCH] removed experimental comment on @pyscript_compile; see #540 --- docs/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference.rst b/docs/reference.rst index 348bce7..658498e 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -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``,