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/PyQt.sgml | |
parent | 4dd3555f4b1ba66f692a36ac05c8e8ccd5e4eec0 (diff) | |
download | pytqt-d3f27c3ee4e4c833e5f4b3a834761cf6d31aca42.tar.gz pytqt-d3f27c3ee4e4c833e5f4b3a834761cf6d31aca42.zip |
Fix inadvertent renaming.
Diffstat (limited to 'doc/PyQt.sgml')
-rw-r--r-- | doc/PyQt.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |