summaryrefslogtreecommitdiffstats
path: root/doc/qtdocs.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-05 22:18:57 -0600
committerTimothy Pearson <[email protected]>2011-12-05 22:18:57 -0600
commit752274609034af8c68c46d19bed586ea6ae348b8 (patch)
treee8e76ca1acfa09d45f399a88cb3ada51992ae574 /doc/qtdocs.sip
parentd2b09f66d0c8c8c26ec613b96d7c248e78a5c52f (diff)
downloadpytqt-752274609034af8c68c46d19bed586ea6ae348b8.tar.gz
pytqt-752274609034af8c68c46d19bed586ea6ae348b8.zip
Fix retquire
Diffstat (limited to 'doc/qtdocs.sip')
-rw-r--r--doc/qtdocs.sip8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/qtdocs.sip b/doc/qtdocs.sip
index 52ed1ed..644f1cd 100644
--- a/doc/qtdocs.sip
+++ b/doc/qtdocs.sip
@@ -73,7 +73,7 @@ and run this version of PyTQt.
</Para>
<Para>
-PyTQt for MacOS/X retquires TQt v3.1.0 or later and Python v2.3 or later.
+PyTQt for MacOS/X requires TQt v3.1.0 or later and Python v2.3 or later.
</Para>
<Para>
@@ -176,7 +176,7 @@ The changes visible to the Python programmer in this release are as follows.
<ListItem>
<Para>
-This version retquires SIP v4.4 (or later).
+This version requires SIP v4.4 (or later).
</Para>
</ListItem>
@@ -260,7 +260,7 @@ same XML. The Python code is self contained and can be executed immediately.
It is sometimes useful to be able to include some specific Python code in the
output generated by <Literal>pyuic</Literal>. For example, if you are using
custom widgets, <Literal>pyuic</Literal> has no way of knowing the name of the
-Python module containing the widget and so cannot generate the retquired
+Python module containing the widget and so cannot generate the required
<Literal>import</Literal> statement. To help get around this,
<Literal>pyuic</Literal> will extract any lines entered in the
<Literal>Comment</Literal> field of TQt Designer's
@@ -1209,7 +1209,7 @@ garbage collected.
</Para>
<Para>
-TQt allows a signal to be connected to a slot that retquires fewer arguments than
+TQt allows a signal to be connected to a slot that requires fewer arguments than
the signal passes. The extra arguments are tquietly discarded. Python slots
can be used in the same way.
</Para>