Skip to content

Commit

Permalink
fix a wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
luigidr committed Oct 27, 2015
1 parent 22a497c commit d49800e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/04 - OpenCV Basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Let's convert the obtained Mat to an Image with our method ``mat2Image`` and upd
.. code-block:: java
histo = mat2Image(histImage);
histogram.setImage(histo);
histogram.setImage(histo);
.. image:: _static/04-01.png

Expand Down

0 comments on commit d49800e

Please sign in to comment.