diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-04 23:51:01 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-04 23:51:01 -0500 |
commit | d3f27c3ee4e4c833e5f4b3a834761cf6d31aca42 (patch) | |
tree | 29becb056fbde3206acbcf61379fdbbc6972e418 /doc | |
parent | 4dd3555f4b1ba66f692a36ac05c8e8ccd5e4eec0 (diff) | |
download | pytqt-d3f27c3ee4e4c833e5f4b3a834761cf6d31aca42.tar.gz pytqt-d3f27c3ee4e4c833e5f4b3a834761cf6d31aca42.zip |
Fix inadvertent renaming.
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> |