diff --git a/doc/py_tutorials/py_core/py_basic_ops/py_basic_ops.markdown b/doc/py_tutorials/py_core/py_basic_ops/py_basic_ops.markdown index 19992fc95b..6414dbed37 100644 --- a/doc/py_tutorials/py_core/py_basic_ops/py_basic_ops.markdown +++ b/doc/py_tutorials/py_core/py_basic_ops/py_basic_ops.markdown @@ -8,7 +8,7 @@ Learn to: - Access pixel values and modify them - Access image properties -- Setting Region of Image (ROI) +- Setting Region of Interest (ROI) - Splitting and Merging images Almost all the operations in this section is mainly related to Numpy rather than OpenCV. A good