You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/HelloWorld-quickstart_2.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ As you save the above code in a Python file and run it, you'll get the following
35
35
In the following line of the code;
36
36
37
37
```python
38
-
app =FirstGUIApp(Application)
38
+
app =GUIApp(Application)
39
39
```
40
40
41
41
Instead of instantiating the `Form` directly, we instantiated a class - `GUIApp` that inherited the `Form` class. Let's investigate the code in the `GUIApp` class:
0 commit comments