80 cols
authorDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 11:50:18 +0000 (11:50 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 11:50:18 +0000 (11:50 +0000)
scripts/cycle.py

index 3a2ff57..308c8c8 100644 (file)
@@ -242,9 +242,9 @@ class _CycleWindows(_Cycle):
     """
     This is a basic cycling class for Windows.
 
-    An example of inheriting from and modifying this class is _ClassCycleWindows,
-    which allows users to cycle around windows of a certain application
-    name/class only.
+    An example of inheriting from and modifying this class is
+    _ClassCycleWindows, which allows users to cycle around windows of a certain
+    application name/class only.
 
     This class has an underscored name because I use the singleton pattern 
     (so CycleWindows is an actual instance of this class).  This doesn't have