From 6598f9fbf7862f9879684a1b3e858296e674e914 Mon Sep 17 00:00:00 2001 From: Moritz Meier Date: Thu, 6 Oct 2022 15:00:16 +0200 Subject: [PATCH] Fix typo in site_config_dir docstring. --- appdirs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appdirs.py b/appdirs.py index 08abda8..f465c0c 100644 --- a/appdirs.py +++ b/appdirs.py @@ -207,7 +207,7 @@ def user_config_dir(appname=None, appauthor=None, version=None, roaming=False): def site_config_dir(appname=None, appauthor=None, version=None, multipath=False): - r"""Return full path to the user-shared data dir for this application. + r"""Return full path to the user-shared config dir for this application. "appname" is the name of application. If None, just the system directory is returned.