aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/deployment
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2023-11-20 15:05:32 +0100
committerCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2023-11-21 09:29:45 +0100
commitee92bd32094555209172bdc555f0ce1514e49cdf (patch)
treeb3b9392f2788986182adb61b492f8b94486fd86f /sources/pyside6/doc/deployment
parent5935b0f45503eabbd24c7379701b48bb2874a8ac (diff)
doc: remove double white space
Pick-to: 6.6 Change-Id: I68b835bb5fa00d35fe5406deee2acc83c7bac7cb Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Diffstat (limited to 'sources/pyside6/doc/deployment')
-rw-r--r--sources/pyside6/doc/deployment/deployment-pyside6-deploy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/deployment/deployment-pyside6-deploy.rst b/sources/pyside6/doc/deployment/deployment-pyside6-deploy.rst
index d64c87b34..f288dd32f 100644
--- a/sources/pyside6/doc/deployment/deployment-pyside6-deploy.rst
+++ b/sources/pyside6/doc/deployment/deployment-pyside6-deploy.rst
@@ -4,7 +4,7 @@ pyside6-deploy: the deployment tool for Qt for Python
#####################################################
``pyside6-deploy`` is an easy to use tool for deploying PySide6 applications to different
-platforms. It is a wrapper around `Nuitka <https://nuitka.net/>`_, a Python compiler that
+platforms. It is a wrapper around `Nuitka <https://nuitka.net/>`_, a Python compiler that
compiles your Python code to C code, and links with libpython to produce the final executable.
The final executable produced has a ``.exe`` suffix on Windows. For Linux and macOS, they have a