diff options
| author | kat <katherine@vector35.com> | 2022-08-14 17:09:59 -0400 |
|---|---|---|
| committer | kat <katherine@vector35.com> | 2022-08-14 17:09:59 -0400 |
| commit | 2a2a01aedabfc9655929ff0d1f0ecf4f002f2f4c (patch) | |
| tree | f88608e54b7b756e01c079fc4504deccba24654d /python | |
| parent | 62d8899a878042fc8e5d6aa5176b86ba3120cde2 (diff) | |
Update documentation settings, update Settings documentation
Diffstat (limited to 'python')
| -rw-r--r-- | python/settings.py | 2 |
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 |
