Fix docstring.

This commit is contained in:
Florian Bruhin 2014-10-08 07:16:27 +02:00
parent 04b5c0e781
commit 704df6f619

View File

@ -105,7 +105,7 @@ def get(typ, args=None):
def init():
"""Initialize all config dirs."""
"""Initialize all standard dirs."""
config_dir = get(QStandardPaths.ConfigLocation)
data_dir = get(QStandardPaths.DataLocation)
cache_dir = get(QStandardPaths.CacheLocation)