diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PyQt.html | 2 | ||||
-rw-r--r-- | doc/PyQt.sgml | 2 | ||||
-rw-r--r-- | doc/qtdocs.sip | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/PyQt.html b/doc/PyQt.html index 607919d..44721e0 100644 --- a/doc/PyQt.html +++ b/doc/PyQt.html @@ -1871,7 +1871,7 @@ separate reference to the expression to prevent it from being immediately garbage collected.</P ><P >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 +the signal passes. The extra arguments are quietly discarded. Python slots can be used in the same way. </P ></DIV ><DIV diff --git a/doc/PyQt.sgml b/doc/PyQt.sgml index a5227d9..aed3a86 100644 --- a/doc/PyQt.sgml +++ b/doc/PyQt.sgml @@ -1177,7 +1177,7 @@ garbage collected. <Para> 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 +the signal passes. The extra arguments are quietly discarded. Python slots can be used in the same way. </Para> </Sect1> diff --git a/doc/qtdocs.sip b/doc/qtdocs.sip index 37824da..c057544 100644 --- a/doc/qtdocs.sip +++ b/doc/qtdocs.sip @@ -1210,7 +1210,7 @@ garbage collected. <Para> 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 +the signal passes. The extra arguments are quietly discarded. Python slots can be used in the same way. </Para> </Sect1> |