From: Stefan Huber Date: Thu, 17 Oct 2013 09:25:22 +0000 (+0200) Subject: Be more specific in docstring X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=1aa225458908ac222fae2ab09bb32e69fbf9df7b Be more specific in docstring --- diff --git a/gpgparticipants/gpgparticipants-prefill b/gpgparticipants/gpgparticipants-prefill index 7760678..02fc23a 100755 --- a/gpgparticipants/gpgparticipants-prefill +++ b/gpgparticipants/gpgparticipants-prefill @@ -1,5 +1,5 @@ #!/usr/bin/env python2 -"""Fill in the first digits in a form created by gpgparticipants.""" +"""Fill in the first digits of the hash in a form created by gpgparticipants.""" __version__ = "1.0"