Merge pull request #16252 from ProfesorTartelett/patch-1
Errata fix on Image get_format() description
This commit is contained in:
commit
0d255df93a
|
@ -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