diff options
Diffstat (limited to 'lang/python/doc/texinfo/gpgme-python-howto.texi')
-rw-r--r-- | lang/python/doc/texinfo/gpgme-python-howto.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/doc/texinfo/gpgme-python-howto.texi b/lang/python/doc/texinfo/gpgme-python-howto.texi index d776f58d..4f10bc5b 100644 --- a/lang/python/doc/texinfo/gpgme-python-howto.texi +++ b/lang/python/doc/texinfo/gpgme-python-howto.texi @@ -1249,7 +1249,7 @@ address can be obtained. Import from ProtonMail via HKP for Python Example no. 1 -The following script is avalable with the rest of the examples under +The following script is available with the rest of the examples under the somewhat less than original name, @samp{pmkey-import-hkp.py}. @example @@ -2006,7 +2006,7 @@ with open("secret_plans.txt.asc", "wb") as afile: afile.write(ciphertext) @end example -If the @samp{recipients} paramater is empty then the plaintext is encrypted +If the @samp{recipients} parameter is empty then the plaintext is encrypted symmetrically. If no @samp{passphrase} is supplied as a parameter or via a callback registered with the @samp{Context()} then an out-of-band prompt for the passphrase via pinentry will be invoked. @@ -2774,7 +2774,7 @@ Nevertheless, there are some situations where the benefits are demonstrable. One of the better and easier examples being the one of the early examples in this HOWTO, the @ref{Counting keys, , key counting} code. Running that example as an executable Python script, @samp{keycount.py} (available in -the @samp{examples/howto/} directory), will take a noticable amount of time +the @samp{examples/howto/} directory), will take a noticeable amount of time to run on most systems where the public keybox or keyring contains a few thousand public keys. @@ -3089,4 +3089,4 @@ WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -@bye
\ No newline at end of file +@bye |