aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/encrypt-sign-file.py
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-03-21 14:26:43 +0000
committerBen McGinnes <[email protected]>2018-03-21 14:26:43 +0000
commitaf6cbba18ba5e2bbecce5f8268c146282cd12367 (patch)
treef2e54f40c20dd21d7791264496a3f0f45c419f4e /lang/python/examples/howto/encrypt-sign-file.py
parentexamples: doc strings (diff)
downloadgpgme-af6cbba18ba5e2bbecce5f8268c146282cd12367.tar.gz
gpgme-af6cbba18ba5e2bbecce5f8268c146282cd12367.zip
example: encrypt-sign-file.py
* Adjusted the doc string.
Diffstat (limited to 'lang/python/examples/howto/encrypt-sign-file.py')
-rwxr-xr-xlang/python/examples/howto/encrypt-sign-file.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/examples/howto/encrypt-sign-file.py b/lang/python/examples/howto/encrypt-sign-file.py
index c8850b24..4b29b27b 100755
--- a/lang/python/examples/howto/encrypt-sign-file.py
+++ b/lang/python/examples/howto/encrypt-sign-file.py
@@ -34,8 +34,8 @@ filename on the command line, the key must be entered first.
Signs with and also encrypts to the default key of the user invoking the
script. Will treat all recipients as trusted to permit encryption.
-Will produce both an ASCII armoured and GPG binary format copy of the encrypted
-file.
+Will produce both an ASCII armoured and GPG binary format copy of the signed
+and encrypted file.
"""
if len(sys.argv) > 3: