From f1ba1e75d9c19be4ac543324cd398f47c53c9706 Mon Sep 17 00:00:00 2001 From: morefigs Date: Tue, 24 Dec 2013 20:18:39 -0800 Subject: Update vimbaexception.py --- vimbaexception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- cgit v1.2.3