Fix docstring.
This commit is contained in:
parent
04b5c0e781
commit
704df6f619
@ -105,7 +105,7 @@ def get(typ, args=None):
|
|||||||
|
|
||||||
|
|
||||||
def init():
|
def init():
|
||||||
"""Initialize all config dirs."""
|
"""Initialize all standard dirs."""
|
||||||
config_dir = get(QStandardPaths.ConfigLocation)
|
config_dir = get(QStandardPaths.ConfigLocation)
|
||||||
data_dir = get(QStandardPaths.DataLocation)
|
data_dir = get(QStandardPaths.DataLocation)
|
||||||
cache_dir = get(QStandardPaths.CacheLocation)
|
cache_dir = get(QStandardPaths.CacheLocation)
|
||||||
|
Loading…
Reference in New Issue
Block a user