diff options
| author | Ben McGinnes <[email protected]> | 2018-03-21 14:24:52 +0000 | 
|---|---|---|
| committer | Ben McGinnes <[email protected]> | 2018-03-21 14:24:52 +0000 | 
| commit | 6fa2a344282e369e6aca8155bc77dd2c12a29414 (patch) | |
| tree | d639fdf801d6231e98222c4488d6e3cc60d2f82c /lang/python/examples/howto/encrypt-file.py | |
| parent | example: clear signing (diff) | |
| download | gpgme-6fa2a344282e369e6aca8155bc77dd2c12a29414.tar.gz gpgme-6fa2a344282e369e6aca8155bc77dd2c12a29414.zip | |
examples: doc strings
* Fixed minor errors in two doc strings.
Diffstat (limited to 'lang/python/examples/howto/encrypt-file.py')
| -rwxr-xr-x | lang/python/examples/howto/encrypt-file.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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: | 
