Update docstring for GPGBase._homedir_getter() property.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-28 10:18:43 +00:00
parent 15d4bc0eb4
commit 4bd45d06cd
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class GPGBase(object):
def _homedir_getter(self):
"""Get the directory currently being used as GnuPG's homedir.
If unspecified, use $HOME/.config/python-gnupg/
If unspecified, use :file:`~/.config/python-gnupg/`
:rtype: str
:returns: The absolute path to the current GnuPG homedir.