From fb37e14cbfe2c1c9ff79dec78fe27073d2fa35ab Mon Sep 17 00:00:00 2001 From: rowdha fakier Date: Wed, 30 Jul 2025 20:37:03 +0200 Subject: [PATCH] Update py_intro.markdown Changed line 69 from "Remember, we together" to "Remember, together we..." I saw that this page encouraged us to contribute no matter how small the contribution is so I decided to "shoot my shot" as a beginner developer and fix a small grammatical error. Would be nice if I could be allowed to be recognized as a contributor with my contribution albeit pretty small, hopefully in the future, more meaningful contributions will be made! :) --- doc/py_tutorials/py_setup/py_intro/py_intro.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/py_tutorials/py_setup/py_intro/py_intro.markdown b/doc/py_tutorials/py_setup/py_intro/py_intro.markdown index ca05a8643d..21af3b7a8e 100644 --- a/doc/py_tutorials/py_setup/py_intro/py_intro.markdown +++ b/doc/py_tutorials/py_setup/py_intro/py_intro.markdown @@ -66,7 +66,7 @@ As new modules are added to OpenCV-Python, this tutorial will have to be expande familiar with a particular algorithm and can write up a tutorial including basic theory of the algorithm and code showing example usage, please do so. -Remember, we **together** can make this project a great success !!! +Remember,**together** we can make this project a great success !!! Contributors ------------