From 866b53a9fb451e295c9a839655678437b4cc5e76 Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Thu, 10 Feb 2011 11:03:00 +0100 Subject: [PATCH] Documentation: Fix sentence. --- Doc/sphinx/scriptref/window.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/sphinx/scriptref/window.rst b/Doc/sphinx/scriptref/window.rst index 643a792..ee3792f 100644 --- a/Doc/sphinx/scriptref/window.rst +++ b/Doc/sphinx/scriptref/window.rst @@ -12,7 +12,7 @@ Freeze function Freeze: boolean; -If you call Freeze, the data that is *currently* currently in the client +If you call Freeze, the data that is *currently* in the client is stored into memory. Simba will then target this memory for all further finding operations; until *Unfreeze* is called. This can dramatically increase speed if you don't care if the image doesn't change. It can be even more