From d3f27c3ee4e4c833e5f4b3a834761cf6d31aca42 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 4 May 2013 23:51:01 -0500 Subject: Fix inadvertent renaming. --- doc/PyQt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/PyQt.html') 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.

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.