diff options
| author | morefigs <morefigs@gmail.com> | 2013-12-24 20:18:39 -0800 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2013-12-24 20:18:39 -0800 |
| commit | f1ba1e75d9c19be4ac543324cd398f47c53c9706 (patch) | |
| tree | 9da0d245302f91dc96401736d45df38a140ab6b6 | |
| parent | 3bdf8fa45d48e6356153fad50cb47d86cebbbad2 (diff) | |
| download | pymba-f1ba1e75d9c19be4ac543324cd398f47c53c9706.tar.gz pymba-f1ba1e75d9c19be4ac543324cd398f47c53c9706.zip | |
Update 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. """ |
