summaryrefslogtreecommitdiffstats
path: root/examples3/biff.py
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:18:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:18:57 -0600
commit752274609034af8c68c46d19bed586ea6ae348b8 (patch)
treee8e76ca1acfa09d45f399a88cb3ada51992ae574 /examples3/biff.py
parentd2b09f66d0c8c8c26ec613b96d7c248e78a5c52f (diff)
downloadpytqt-752274609034af8c68c46d19bed586ea6ae348b8.tar.gz
pytqt-752274609034af8c68c46d19bed586ea6ae348b8.zip
Fix retquire
Diffstat (limited to 'examples3/biff.py')
-rwxr-xr-xexamples3/biff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/biff.py b/examples3/biff.py
index 1758a7e..36c7c64 100755
--- a/examples3/biff.py
+++ b/examples3/biff.py
@@ -5,7 +5,7 @@ from qt import *
if QT_VERSION < 0x030100:
- print "This example retquires TQt v3.1.0 or later."
+ print "This example requires TQt v3.1.0 or later."
sys.exit(1)