From 2a2a01aedabfc9655929ff0d1f0ecf4f002f2f4c Mon Sep 17 00:00:00 2001 From: kat Date: Sun, 14 Aug 2022 17:09:59 -0400 Subject: Update documentation settings, update Settings documentation --- python/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/settings.py') 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 -- cgit v1.3.1