Errata fix on Image get_format() description

The description of this function seems to be duplicated from the preceding description.

(cherry picked from commit 9d735ffacb)
This commit is contained in:
Profesor Tartelett 2018-01-31 19:35:46 +01:00 committed by Hein-Pieter van Braam
parent 0fa4325153
commit bd02969263

View file

@ -217,7 +217,7 @@
<return type="int" enum="Image.Format">
</return>
<description>
Returns the image's raw data.
Returns the images format. See [code]FORMAT_*[/code] constants.
</description>
</method>
<method name="get_height" qualifiers="const">