summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorProfesor Tartelett <muldermaster@gmail.com>2018-01-31 19:35:46 +0100
committerGitHub <noreply@github.com>2018-01-31 19:35:46 +0100
commit9d735ffacbc92d854c9625c2c6930a32282b3e96 (patch)
tree2a7622d9cde8abb8648069a498b507a79eba7165 /doc
parente7cf2b2e77a097a026f883f003ad299b5d451885 (diff)
Errata fix on Image get_format() description
The description of this function seems to be duplicated from the preceding description.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Image.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml
index 20e41847ce..a38bfeb35e 100644
--- a/doc/classes/Image.xml
+++ b/doc/classes/Image.xml
@@ -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">