From 508dde662a10233971057132ac72927f7a90ef08 Mon Sep 17 00:00:00 2001 From: Ebrahim Ebrahim Date: Fri, 11 Sep 2020 11:10:18 -0400 Subject: [PATCH] Clarify get_data Image method (cherry picked from commit b9764b610903147a6b3c2406a74dd4044f8396bd) --- doc/classes/Image.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index f4dc85e4972..89305a28be1 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -220,7 +220,7 @@ - Returns the image's raw data. + Returns a copy of the image's raw data.