summaryrefslogtreecommitdiff
path: root/scripts/cycle.py
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-17 11:50:18 +0000
committerDana Jansens <danakj@orodu.net>2003-02-17 11:50:18 +0000
commitd2adccbe2880e7d5b2cb39d833877cfddeff11f4 (patch)
tree2772e6ff2e9e52f405f13597da2b4deda42c7f7e /scripts/cycle.py
parenta7d17188a4d98ec9a30bf980079fd12f8313d9b3 (diff)
80 cols
Diffstat (limited to 'scripts/cycle.py')
-rw-r--r--scripts/cycle.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/cycle.py b/scripts/cycle.py
index 3a2ff57b..308c8c8c 100644
--- a/scripts/cycle.py
+++ b/scripts/cycle.py
@@ -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