We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2cb68 commit 0c2becbCopy full SHA for 0c2becb
pyobjc-framework-Vision/Lib/Vision/__init__.py
@@ -76,7 +76,7 @@ def _setup():
76
("VNTrackRectangleRequest", b"init"),
77
("VNTrackRectangleRequest", b"initWithCompletionHandler:"),
78
("VNStatefulRequest", b"init"),
79
- ("VNStatefulRequest", b"initwithcompletionhandler:"),
+ ("VNStatefulRequest", b"initWithCompletionHandler:"),
80
("VNStatefulRequest", b"new"),
81
("VNRecognizedPoint3D", b"init"),
82
("VNRecognizedPoint3D", b"new"),
0 commit comments