From af6cbba18ba5e2bbecce5f8268c146282cd12367 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Thu, 22 Mar 2018 01:26:43 +1100 Subject: [PATCH] example: encrypt-sign-file.py * Adjusted the doc string. --- lang/python/examples/howto/encrypt-sign-file.py | 4 ++-- 1 file 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: