Errata fix on Image get_format() description
The description of this function seems to be duplicated from the preceding description.
This commit is contained in:
parent
e7cf2b2e77
commit
9d735ffacb
|
@ -217,7 +217,7 @@
|
|||
<return type="int" enum="Image.Format">
|
||||
</return>
|
||||
<description>
|
||||
Returns the image's raw data.
|
||||
Returns the image’s format. See [code]FORMAT_*[/code] constants.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_height" qualifiers="const">
|
||||
|
|
Loading…
Reference in New Issue