Add note on [[runtimes]] TOML table in docs (#861)

* Note on pyconfig. Fixes #859

* spell

* grammar

* mor grammar

* goes to go
This commit is contained in:
Ted Patrick
2022-10-17 17:45:24 -05:00
committed by GitHub
parent 0209324d57
commit 63092f9d72

View File

@@ -161,6 +161,7 @@ The `<py-config>` tag can be used as follows:
lang = "python"
</py-config>
```
Note: `[[runtimes]]` is a TOML table. Make sure this is the last item within a py-config, as the properties created after it go into the runtimes object.
Alternatively, a JSON config can be passed using the `type` attribute.