From dce09fca15362dd17231dd66f154df63758900f4 Mon Sep 17 00:00:00 2001 From: Alden Hilton Date: Tue, 14 Jan 2025 15:38:00 -0800 Subject: [PATCH] minor comment tweak --- scubagoggles/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scubagoggles/config.py b/scubagoggles/config.py index 17b20ca7..dc390ff7 100644 --- a/scubagoggles/config.py +++ b/scubagoggles/config.py @@ -22,7 +22,7 @@ class UserConfig: # FWIW, this was originally implemented using TOML (Tom's Obvious Minimal # Language) (hence the reference to "_doc"), but was converted to use YAML # for compatibilty with the other user configuration. For ScubaGoggles, - # the configuration file is named stored at ~/.scubagoggles/scubadefaults.yaml. + # the configuration file is named stored at ~/.scubagoggles/userdefaults.yaml. _defaults = {'scubagoggles': {'opa_dir': '~/.scubagoggles', 'output_dir': '.'}}