Commit 8a4be49d authored by Joel Collins's avatar Joel Collins
Browse files

Fixed resize docstring

parent 0fe9f4c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,8 +72,8 @@ class ListAPI(MicroscopeView):
            "use_video_port": true,
            "bayer": true,
            "size": {
                "x": 640,
                "y": 480
                "width": 640,
                "height": 480
            }
          }