aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials/basictutorial
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-12-13 09:52:29 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-12-13 10:21:46 +0100
commit21d8a3f57ba9136f8d181af6d5aa0ba9a5cdb8b7 (patch)
tree5460b893e9cd48d4f9e9e24dd99469aaf1f5c9e4 /sources/pyside6/doc/tutorials/basictutorial
parentf6069b9330fc01b68296ef4dffd474ed98784ec6 (diff)
Fix trailing empty lines
Pick-to: 6.8 Change-Id: I1a5964463f703ade0657816cb974206355a5ae5b Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/doc/tutorials/basictutorial')
-rw-r--r--sources/pyside6/doc/tutorials/basictutorial/widgets.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/pyside6/doc/tutorials/basictutorial/widgets.rst b/sources/pyside6/doc/tutorials/basictutorial/widgets.rst
index 1e640b636..f73bd72b7 100644
--- a/sources/pyside6/doc/tutorials/basictutorial/widgets.rst
+++ b/sources/pyside6/doc/tutorials/basictutorial/widgets.rst
@@ -52,4 +52,3 @@ After the creation of the application object, we have created a
Finally, we call `app.exec()` to enter the Qt main loop and start
to execute the Qt code. In reality, it is only here where the label
is shown, but this can be ignored for now.
-