summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera <hugo@whynothugo.nl>2024-01-11 16:11:39 +0100
committerHugo Osvaldo Barrera <hugo@whynothugo.nl>2024-01-17 15:54:43 +0100
commitff9ddc1ccdc6790d23fd5d51e7860ceb9732b814 (patch)
treecd3252cd50268bdc66f7dee7339657fdd45c1cd3
parent4434baf3cc30cd0b752fb014156e2d46c0cf28d9 (diff)
Remove outdated comment
-rw-r--r--khal/settings/settings.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/khal/settings/settings.py b/khal/settings/settings.py
index 133cc772..f67ef277 100644
--- a/khal/settings/settings.py
+++ b/khal/settings/settings.py
@@ -59,8 +59,7 @@ def find_configuration_file() -> Optional[str]:
This function builds the list of paths known by khal and then return the
first one which exists. The first paths searched are the ones described in
- the XDG Base Directory Standard, e.g. ~/.config/khal/config, additionally
- ~/.config/khal/khal.conf is searched (deprecated).
+ the XDG Base Directory Standard, e.g. ~/.config/khal/config.
"""
DEFAULT_PATH = __productname__