diff --git a/subprojects/robotpy-apriltag/gen/AprilTagDetector.yml b/subprojects/robotpy-apriltag/gen/AprilTagDetector.yml index e03df0490..fa2fbc34c 100644 --- a/subprojects/robotpy-apriltag/gen/AprilTagDetector.yml +++ b/subprojects/robotpy-apriltag/gen/AprilTagDetector.yml @@ -56,7 +56,7 @@ classes: return l; }, py::arg("image"), R"doc( - Detect tags from an 8-bit grayscale image with shape (width, height) + Detect tags from an 8-bit grayscale image with shape (height, width) :return: list of results )doc"