From e0b86f07879a5b4114d6f0f501be211cee4c1a00 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 13 Jan 2005 20:47:03 +0000 Subject: [PATCH] untabified git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/FloatCanvas.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/demo/FloatCanvas.py b/wxPython/demo/FloatCanvas.py index ac923b1ba8..7f1d2d0d00 100644 --- a/wxPython/demo/FloatCanvas.py +++ b/wxPython/demo/FloatCanvas.py @@ -264,7 +264,7 @@ def BuildDrawFrame(): # this gets called when needed, rather than on import Canvas.ClearAll() Canvas.SetProjectionFun(None) - ## Random tests of everything: + ## Random tests of everything: # Rectangles for i in range(3): @@ -381,7 +381,7 @@ def BuildDrawFrame(): # this gets called when needed, rather than on import Canvas.ClearAll() Canvas.SetProjectionFun(None) - ## Random tests of everything: + ## Random tests of everything: colors = self.colors # Rectangles for i in range(3): -- 2.50.0