From 208a13c68259a6871a6fca66074b1a2945102be3 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sun, 6 Dec 2020 20:43:52 +0100 Subject: [PATCH] updated docstring --- keymapper/data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keymapper/data.py b/keymapper/data.py index e98a61d7..b636711e 100644 --- a/keymapper/data.py +++ b/keymapper/data.py @@ -37,8 +37,8 @@ def get_data_path(filename=''): """Depending on the installation prefix, return the data dir. Since it is a nightmare to get stuff installed with pip across - distros this is somewhat complicated. Ubuntu wants to use /usr/local - for data_files, but not everything can be placed there. + distros this is somewhat complicated. Ubuntu uses /usr/local/share + for data_files (setup.py) and manjaro uses /usr/share. """ global logged