From ade29fc6c9f0e79e32712c85c82c223e4ea531c0 Mon Sep 17 00:00:00 2001 From: y0umu <33486158+y0umu@users.noreply.github.com> Date: Sun, 8 Apr 2018 00:39:37 +0800 Subject: [PATCH] Merge pull request #11260 from y0umu:patch-1 Correct a mistake in {js,py}_table_of_contents_histograms.markdown (#11260) * Update py_table_of_contents_histograms.markdown "Learn to find and draw Contours" => "Learn the basics of histograms" * Update js_table_of_contents_histograms.markdown Corrected a seemlingly wronged line of copy in the python documention js_table_of_contents_histograms.markdown "Learn to find and draw Contours" => "Learn the basics of histograms" --- .../js_histograms/js_table_of_contents_histograms.markdown | 2 +- .../py_histograms/py_table_of_contents_histograms.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/js_tutorials/js_imgproc/js_histograms/js_table_of_contents_histograms.markdown b/doc/js_tutorials/js_imgproc/js_histograms/js_table_of_contents_histograms.markdown index 75656e46e9..b9bad380e0 100644 --- a/doc/js_tutorials/js_imgproc/js_histograms/js_table_of_contents_histograms.markdown +++ b/doc/js_tutorials/js_imgproc/js_histograms/js_table_of_contents_histograms.markdown @@ -3,7 +3,7 @@ Histograms in OpenCV.js {#tutorial_js_table_of_contents_histograms} - @subpage tutorial_js_histogram_begins - Learn to find and draw Contours + Learn the basics of histograms - @subpage tutorial_js_histogram_equalization diff --git a/doc/py_tutorials/py_imgproc/py_histograms/py_table_of_contents_histograms.markdown b/doc/py_tutorials/py_imgproc/py_histograms/py_table_of_contents_histograms.markdown index 7013a6ee54..cda8b7a639 100644 --- a/doc/py_tutorials/py_imgproc/py_histograms/py_table_of_contents_histograms.markdown +++ b/doc/py_tutorials/py_imgproc/py_histograms/py_table_of_contents_histograms.markdown @@ -3,7 +3,7 @@ Histograms in OpenCV {#tutorial_py_table_of_contents_histograms} - @subpage tutorial_py_histogram_begins - Learn to find and draw Contours + Learn the basics of histograms - @subpage tutorial_py_histogram_equalization