summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-11-30 22:51:38 -0500
committerJordan Wiens <jordan@psifertex.com>2023-11-30 22:51:44 -0500
commit577025979aee0204ce3c5f80a346e5b898e0b023 (patch)
tree2e7236931c4c4f7a2527d2c22b4e92b4762c5eba /docs/guide
parentf1d97429401367d0749e37f7f99cd163987e2a9c (diff)
docs updated for repl concepts section
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md
index 3292ca95..da2125d0 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -673,7 +673,7 @@ From here, you can add any custom functions or objects you want to be available
#### "Run Script..."
???+ Danger "Warning"
- When you run commands in the scripting console, the UI will automatically update analysis. This is because quite often when you make a change in the console you expect it to be immediately reflected in the UI. The same is not true when running a script where you must trigger `bv.update_analysis_and_wait()` or `current_function.reanalze()` to experience the same behavior.
+ When you run commands in the scripting console, the UI will automatically update analysis. This is because quite often when you make a change in the console you expect it to be immediately reflected in the UI. The same is not true when running a script where you must trigger `bv.update_analysis_and_wait()` or `current_function.reanalyze()` to experience the same behavior.
The "Run Script..." option in the File Menu allows loading a python script from your filesystem and executing it
within the console. It can also be run via the Command Palette or bound to a key.