From ff9ddc1ccdc6790d23fd5d51e7860ceb9732b814 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Thu, 11 Jan 2024 16:11:39 +0100 Subject: [PATCH] Remove outdated comment --- khal/settings/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/khal/settings/settings.py b/khal/settings/settings.py index 133cc772a..f67ef2776 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__