From b9764b610903147a6b3c2406a74dd4044f8396bd 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 --- 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 5aa5de1daed..20be20db348 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -233,7 +233,7 @@ - Returns the image's raw data. + Returns a copy of the image's raw data.