summaryrefslogtreecommitdiff
path: root/python/settings.py
diff options
context:
space:
mode:
authorkat <katherine@vector35.com>2022-08-14 17:09:59 -0400
committerkat <katherine@vector35.com>2022-08-14 17:09:59 -0400
commit2a2a01aedabfc9655929ff0d1f0ecf4f002f2f4c (patch)
treef88608e54b7b756e01c079fc4504deccba24654d /python/settings.py
parent62d8899a878042fc8e5d6aa5176b86ba3120cde2 (diff)
Update documentation settings, update Settings documentation
Diffstat (limited to 'python/settings.py')
-rw-r--r--python/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/settings.py b/python/settings.py
index 172c7392..55f0538f 100644
--- a/python/settings.py
+++ b/python/settings.py
@@ -113,7 +113,7 @@ class Settings:
True
>>> my_settings.register_setting("myPlugin.enableTableView", properties)
True
- >>> my_bv = open_view("/bin/ls", options={'myPlugin.enablePreAnalysis' : True})
+ >>> my_bv = open_view("/bin/ls", options={'myPlugin.enableTableView' : True})
>>> Settings().get_bool("myPlugin.enableTableView")
True