summaryrefslogtreecommitdiff
path: root/docs/guide/index.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-04-17 17:25:11 +0100
committerPeter LaFosse <peter@vector35.com>2025-04-18 08:09:12 -0400
commit00801c452ec87a10069d85b28b36a16e2b90b8a0 (patch)
tree9e7c598c604c38e215a51de757199627bcb95a95 /docs/guide/index.md
parent4e77062b6ddc38f59a5239f4e20bfa59026506ab (diff)
edits to dsc docs
Diffstat (limited to 'docs/guide/index.md')
-rw-r--r--docs/guide/index.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md
index e98aab83..aea9db6b 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -953,7 +953,6 @@ Any variables or functions defined globally within the script will be available
### Python Debugging
See the [plugin development guide](../dev/plugins.md#debugging-using-other-ides).
-Note
???+ Tip "Tip"
The current script console only supports Python at the moment, but it's fully extensible for other programming languages for advanced users who wish to implement their own bindings.