diff options
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> |