From ffe214dc4dbe4dbdef80951ebbd7c452f8675a48 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 4 Feb 2003 11:05:34 +0000 Subject: [PATCH] missed some "'s --- scripts/motion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/motion.py b/scripts/motion.py index 8cc89050..cdfb9477 100644 --- a/scripts/motion.py +++ b/scripts/motion.py @@ -10,7 +10,7 @@ EDGE_RESISTANCE = 10 """The amount of resistance to provide to moving a window past a screen boundary. Specify a value of 0 to disable edge resistance.""" MOVE_POPUP = 1 -"""Display a coordinates popup when moving windows." +"""Display a coordinates popup when moving windows.""" MOVE_RUBBERBAND = 0 """NOT IMPLEMENTED (yet?) Display an outline while moving instead of moving the actual window, -- 2.39.2