Update README.md

This commit is contained in:
Taiko2k
2022-01-28 17:22:06 +13:00
committed by GitHub
parent 51b5e42139
commit 1130ba8d9c

View File

@@ -166,7 +166,7 @@ self.set_child(self.box1) # Horizontal box to window
self.box1.append(self.box2) # Put vert box in that box
self.box1.append(self.box3) # And another one, empty for now
self.box2.append(self.button) # But button in the first of the two vertial boxes
self.box2.append(self.button) # Put button in the first of the two vertial boxes
```
Now that's more neat!