From cf0c9e618a160c645879ae66fe6cb1bdec5e47a3 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Wed, 7 Oct 2015 19:57:13 +0200 Subject: 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. --- docs/exceptions.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/exceptions.rst') 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`, -- cgit v1.2.3