From 51b5e421397522786c9529295805c8410356f0f9 Mon Sep 17 00:00:00 2001 From: Taiko2k Date: Thu, 27 Jan 2022 00:59:17 +1300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e512daf..a4cc3ed 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ You can handle the toggle signal like this: radio1.connect("toggled", self.radio_toggled) ``` -When connecting a signal its helpful to pass additional paramiters like as follows. This way you can have one functon handle events from multiple widgets. Just forget to handle the extra paramiter in your handler function. +When connecting a signal its helpful to pass additional paramiters like as follows. This way you can have one functon handle events from multiple widgets. Just don't forget to handle the extra paramiter in your handler function. ```python