Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldoussoren committed May 25, 2024
1 parent fe2cb68 commit 0c2becb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyobjc-framework-Vision/Lib/Vision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _setup():
("VNTrackRectangleRequest", b"init"),
("VNTrackRectangleRequest", b"initWithCompletionHandler:"),
("VNStatefulRequest", b"init"),
("VNStatefulRequest", b"initwithcompletionhandler:"),
("VNStatefulRequest", b"initWithCompletionHandler:"),
("VNStatefulRequest", b"new"),
("VNRecognizedPoint3D", b"init"),
("VNRecognizedPoint3D", b"new"),
Expand Down

0 comments on commit 0c2becb

Please sign in to comment.