Closing brackets missing
authorMahendra Kumar <66687425+kumar-mahendra@users.noreply.github.com>
Fri, 23 Jul 2021 11:14:48 +0000 (16:44 +0530)
committerMahendra Kumar <66687425+kumar-mahendra@users.noreply.github.com>
Sun, 1 Aug 2021 08:41:03 +0000 (08:41 +0000)
In line 94,  closing brackets are added which were missing .

doc/py_tutorials/py_imgproc/py_contours/py_contour_features/py_contour_features.markdown

index ecd0e97..d0e6c4b 100644 (file)
@@ -91,7 +91,7 @@ convexity defects, which are the local maximum deviations of hull from contours.
 
 There is a little bit things to discuss about it its syntax:
 @code{.py}
-hull = cv.convexHull(points[, hull[, clockwise[, returnPoints]]
+hull = cv.convexHull(points[, hull[, clockwise[, returnPoints]]])
 @endcode
 Arguments details: