We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b186e commit 52fde9eCopy full SHA for 52fde9e
docs/new_features.rst
@@ -26,7 +26,7 @@ Planned new features post 1.2.0 include:
26
share pyscripts. The ``print`` function only logs a message, rather than implements the real ``print`` features,
27
such as specifying an output file handle. Support might be added in the future using an executor job, perhaps
28
enabled when ``allow_all_imports`` is set.
29
-- Consider adding an option argument to `@pyscript_compile` that wraps the function with `task.executor`.
+- Consider adding an option argument to ``@pyscript_compile`` that wraps the function with ``task.executor``.
30
31
The new features since 1.2.0 in master include:
32
0 commit comments