Update README.md

This commit is contained in:
Taiko2k
2022-01-27 00:59:17 +13:00
committed by GitHub
parent a0190b2880
commit 51b5e42139

View File

@@ -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