Skip to content

Commit a005419

Browse files
authored
Update HelloWorld-quickstart_2.md
1 parent 3112607 commit a005419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/HelloWorld-quickstart_2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ As you save the above code in a Python file and run it, you'll get the following
3535
In the following line of the code;
3636

3737
```python
38-
app = FirstGUIApp(Application)
38+
app = GUIApp(Application)
3939
```
4040

4141
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

Comments
 (0)