Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2015-10-07 19:57:13 +0200
committerArthur de Jong <arthur@arthurdejong.org>2015-10-07 19:59:00 +0200
commitcf0c9e618a160c645879ae66fe6cb1bdec5e47a3 (patch)
tree994ae162d5d94013a08a977bab777e2ff36d4892 /docs/exceptions.rst
parent671b6e2a751322ceb19b324041c78d856ec53d26 (diff)
Update documentation
This updates the documentation with the new features (writing PSKC files) as well as many editorial improvements, some rewording and a few typo fixes. Some things were moved around a little in order to be more easily readable and easier to find.
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r--docs/exceptions.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index bf1414f..fbd8e7f 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -22,9 +22,9 @@ Exceptions
.. exception:: DecryptionError
- Raised when decrypting the embedded encrypted value fails due to missing
- or incorrect key, unsupported decryption or MAC algorithm, failed message
- authentication check or other error.
+ Raised when decrypting a value fails due to missing or incorrect key,
+ unsupported decryption or MAC algorithm, failed message authentication
+ check or other error.
This exception is generally raised when accessing encrypted information
(i.e. the :attr:`~pskc.key.Key.secret`, :attr:`~pskc.key.Key.counter`,