diff --git a/docs/intro/intro.rst b/docs/intro/intro.rst index 26a6d26..eb4e9cc 100644 --- a/docs/intro/intro.rst +++ b/docs/intro/intro.rst @@ -119,7 +119,7 @@ Add an overlay -------------- An overlay can be added to a window to add a line of text during a certain time delay. -This is the fonction:: +This is the function:: cv.displayOverlay(window, text, delay=0) @@ -344,4 +344,4 @@ Mouse callback:: cb(evt, x, y, flags, param) cv.createTrackbar('name', 'win', 0, max, cb) - cv.getTrackbarPos('name', 'win') \ No newline at end of file + cv.getTrackbarPos('name', 'win')