lists.arthurdejong.org
RSS feed

python-pskc branch master updated. 1.1-8-g95f65ff

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-pskc branch master updated. 1.1-8-g95f65ff



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-pskc".

The branch, master has been updated
       via  95f65ff38fe06faef227bab56cbc28b1a32c92ac (commit)
      from  543520a44d8b5248ef10f70e38d1c55ba24a2a5b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-pskc/commit/?id=95f65ff38fe06faef227bab56cbc28b1a32c92ac

commit 95f65ff38fe06faef227bab56cbc28b1a32c92ac
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Tue Aug 27 13:33:30 2019 +0200

    Fix typos

diff --git a/docs/csv2pskc.rst b/docs/csv2pskc.rst
index e177136..4a04a39 100644
--- a/docs/csv2pskc.rst
+++ b/docs/csv2pskc.rst
@@ -65,7 +65,7 @@ Options
    Accepted labels are the same as for the :option:`--columns` option.
 
    This can be useful for setting the ``issuer``, ``manufacturer`` or
-   oter common properties globally.
+   other common properties globally.
 
 .. option:: -p PASS/FILE, --password PASS/FILE, --passwd PASS/FILE
 
diff --git a/docs/pskc2pskc.rst b/docs/pskc2pskc.rst
index 6bce649..8f81820 100644
--- a/docs/pskc2pskc.rst
+++ b/docs/pskc2pskc.rst
@@ -52,5 +52,5 @@ Options
 .. option:: --new-secret KEY/FILE
 
    Ensure that the output PSKC file is encrypted with the specified key
-   value. The key can be probded as a hex-encoded value or point to a file
+   value. The key can be provided as a hex-encoded value or point to a file
    that contains the binary value of the key.
diff --git a/docs/signatures.rst b/docs/signatures.rst
index f5adc78..8d5a185 100644
--- a/docs/signatures.rst
+++ b/docs/signatures.rst
@@ -33,7 +33,7 @@ The Signature class
    .. attribute:: is_signed
 
       A boolan value that indicates whether an XML signature is present in
-      the PSKC file. This propery does not indicate whether the signature
+      the PSKC file. This property does not indicate whether the signature
       is validated.
 
    .. attribute:: algorithm

-----------------------------------------------------------------------

Summary of changes:
 docs/csv2pskc.rst   | 2 +-
 docs/pskc2pskc.rst  | 2 +-
 docs/signatures.rst | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
python-pskc