Merge pull request #22796 from ClayXrex:patch-1

fix: typo in opencv-python tutorials
pull/22911/head^2
Alexander Smorkalov 2 years ago committed by GitHub
commit d4dc6b509b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      doc/py_tutorials/py_core/py_optimization/py_optimization.markdown

@ -14,7 +14,7 @@ So in this chapter, you will learn:
Apart from OpenCV, Python also provides a module **time** which is helpful in measuring the time of
execution. Another module **profile** helps to get a detailed report on the code, like how much time
each function in the code took, how many times the function was called, etc. But, if you are using
IPython, all these features are integrated in an user-friendly manner. We will see some important
IPython, all these features are integrated in a user-friendly manner. We will see some important
ones, and for more details, check links in the **Additional Resources** section.
Measuring Performance with OpenCV

Loading…
Cancel
Save