PEP 636: Fix incorrect wording (#1705)
This commit is contained in:
parent
3fb3e01471
commit
50a31d14b4
|
@ -285,10 +285,10 @@ pattern matches but the condition is falsy, the match statement proceeds to chec
|
|||
next case as if the pattern hadn't matched (with the possible side-effect of
|
||||
having already bound some variables).
|
||||
|
||||
Adding an UI: Matching objects
|
||||
------------------------------
|
||||
Adding a UI: Matching objects
|
||||
-----------------------------
|
||||
|
||||
Your adventure is being a success and you have been asked to implement a graphical
|
||||
Your adventure is becoming a success and you have been asked to implement a graphical
|
||||
interface. Your UI toolkit of choice allows you to write an event loop where you can get a new
|
||||
event object by calling ``event.get()``. The resulting object can have different type and
|
||||
attributes according to the user action, for example:
|
||||
|
|
Loading…
Reference in New Issue