Skip to content

Commit 5414374

Browse files
Update README.md
1 parent bbd41a2 commit 5414374

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ We also provide a PDF file that has color images of the screenshots/diagrams use
6161

6262
Click on the following link to see the Code in Action: [Click here to view the videos](http://bit.ly/2M3QVrl)
6363

64+
## Errata
65+
66+
Page 77: The section of code that describes the "on_category_change" method:
67+
* Line 3 reads, "dialog = CategoryWindow()", it should read, "self.dialog = CategoryWindow()"
68+
* Line 4 reads, "dialog.submitted.connect(self.add_category)", it should read, "self.dialog.submitted.connect(self.add_category)"
69+
6470
### Related products
6571
* Qt5 Python GUI Programming Cookbook [[Packt]](https://www.packtpub.com/application-development/qt5-python-gui-programming-cookbook?utm_source=github&utm_medium=repository&utm_campaign=) [[Amazon]](https://www.amazon.com/dp/B079S4Q9T2)
6672

0 commit comments

Comments
 (0)