From 42c72eee662fb423913a9515f5ccfb1c4ecf7f4c Mon Sep 17 00:00:00 2001 From: volzhs Date: Tue, 11 Oct 2016 02:59:29 +0900 Subject: [PATCH] Remove unnecessary parentheses --- doc/base/classes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index c18cba09a47..5b94b2e0205 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -11813,7 +11813,7 @@ - This function is called every time the 2D canvas editor draws (which overlays over the edited scene). Drawing over the supplied control will draw over the edited scene. To convert from control coordinates to edited scene coordinates (including zoom and offset), a transform is also provided. If you require this control to be redraw, call [method update_canvas](). + This function is called every time the 2D canvas editor draws (which overlays over the edited scene). Drawing over the supplied control will draw over the edited scene. To convert from control coordinates to edited scene coordinates (including zoom and offset), a transform is also provided. If you require this control to be redraw, call [method update_canvas]. @@ -12010,7 +12010,7 @@ - Updates the control used to draw the edited scene over the 2D canvas. This is used together with [method forward_canvas_input_event](). + Updates the control used to draw the edited scene over the 2D canvas. This is used together with [method forward_canvas_input_event].