diff options
Diffstat (limited to 'vimbaexception.py')
| -rw-r--r-- | vimbaexception.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimbaexception.py b/vimbaexception.py index 9299748..1c7627d 100644 --- a/vimbaexception.py +++ b/vimbaexception.py @@ -4,7 +4,7 @@ import exceptions class VimbaException(Exception): """ An exception for the AVT Vimba API. It contains a message - property which is a string indicating what went wrong. + property which is a string indicating what went wrong. :param errorCode: Error code to be used to look up error message. """ |
