diff options
Diffstat (limited to 'pyqt.html.markdown')
-rw-r--r-- | pyqt.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyqt.html.markdown b/pyqt.html.markdown index 2b331874..92c1ca22 100644 --- a/pyqt.html.markdown +++ b/pyqt.html.markdown @@ -38,7 +38,6 @@ def window(): if __name__ == '__main__': window() - ``` In order to get some of the more advanced features in **pyqt** we need to start looking at building additional elements. |