From 017a282c7ab2a83922107ba5c425fb35a7ef43dc Mon Sep 17 00:00:00 2001 From: yash Date: Tue, 18 Feb 2014 10:34:58 +0530 Subject: [PATCH] Minor error in the documentation Load and Save Image --- doc/tutorials/introduction/load_save_image/load_save_image.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/introduction/load_save_image/load_save_image.rst b/doc/tutorials/introduction/load_save_image/load_save_image.rst index 50fb9ea..675387e 100644 --- a/doc/tutorials/introduction/load_save_image/load_save_image.rst +++ b/doc/tutorials/introduction/load_save_image/load_save_image.rst @@ -100,7 +100,7 @@ Explanation imshow( imageName, image ); imshow( "Gray image", gray_image ); -#. Add add the *waitKey(0)* function call for the program to wait forever for an user key press. +#. Add the *waitKey(0)* function call for the program to wait forever for an user key press. Result -- 2.7.4