Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-09-07 15:06:45 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-09-07 15:10:07 (GMT)
commit68bc49aeb79d3066be546914604c90dbdfe841c1 (patch)
treef12ca9c57b2bae41a9ecc07be6b86bb8e321300c
parent69d7d6e675659a52152f4fe3692614ed63a4be21 (diff)
Adjust the docstring for get_documents_path
Due to e4f7d81e73fe445f4d4d7b1b168855835fcc09ea we need to adjust the docstring.
-rw-r--r--src/jarabe/journal/model.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jarabe/journal/model.py b/src/jarabe/journal/model.py
index c57dfc4..ce62822 100644
--- a/src/jarabe/journal/model.py
+++ b/src/jarabe/journal/model.py
@@ -800,9 +800,9 @@ def is_editable(metadata):
def get_documents_path():
"""Gets the path of the DOCUMENTS folder
- If xdg-user-dir can not find the DOCUMENTS folder it will
- return the user directory instead. It also handles
- localization (i.e. translation) of the filenames.
+ If xdg-user-dir can not find the DOCUMENTS folder it returns
+ $HOME, which we omit. xdg-user-dir handles localization
+ (i.e. translation) of the filenames.
Returns: Path to $HOME/DOCUMENTS or None if an error occurs
"""