From 6fa2a344282e369e6aca8155bc77dd2c12a29414 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Thu, 22 Mar 2018 01:24:52 +1100 Subject: examples: doc strings * Fixed minor errors in two doc strings. --- lang/python/examples/howto/encrypt-file.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/python/examples/howto/encrypt-file.py') diff --git a/lang/python/examples/howto/encrypt-file.py b/lang/python/examples/howto/encrypt-file.py index 017a3421..877226d0 100755 --- a/lang/python/examples/howto/encrypt-file.py +++ b/lang/python/examples/howto/encrypt-file.py @@ -31,7 +31,8 @@ import sys Encrypts a file to a specified key. If entering both the key and the filename on the command line, the key must be entered first. -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 encrypted +file. """ if len(sys.argv) > 3: -- cgit v1.2.3