aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2019-01-29 11:09:22 +1100
committermorefigs <morefigs@gmail.com>2019-01-29 11:09:22 +1100
commit62c8247d16c619e615aca338a2053a177c5e955d (patch)
treef0cc993b0df516f07d6da0ef91a3172f149fc673
parentc1ec035532eaab857eae891d3f3db130412f6ead (diff)
downloadpymba-62c8247d16c619e615aca338a2053a177c5e955d.tar.gz
pymba-62c8247d16c619e615aca338a2053a177c5e955d.zip
typo
-rw-r--r--pymba/camera.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pymba/camera.py b/pymba/camera.py
index c2bd574..e15ba6d 100644
--- a/pymba/camera.py
+++ b/pymba/camera.py
@@ -36,8 +36,8 @@ def _camera_infos() -> List[vimba_c.VmbCameraInfo]:
def _camera_info(id_string: str) -> vimba_c.VmbCameraInfo:
"""
Gets camera info object of specified camera.
- :param cameraId: the ID of the camera object to get. This can be an ID or e.g. a serial number. Check the Vimba
- documentation for other possible values.
+ :param id_string: the ID of the camera object to get. This can be an ID or e.g. a serial number. Check the Vimba
+ documentation for other possible values.
"""
vmb_camera_info = vimba_c.VmbCameraInfo()
error = vimba_c.vmb_camera_info_query(id_string.encode(),