From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- pyqt.html.markdown | 1 - 1 file changed, 1 deletion(-) (limited to 'pyqt.html.markdown') 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. -- cgit v1.2.3