Doc: Remove double words and fix a typo

For example, "and and", "the the", "or or"...

Change-Id: Ie5795efb857e674c5a584e97a60bcb9b2ba869d2
Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
This commit is contained in:
Leena Miettinen
2023-02-06 13:03:37 +01:00
parent f1c302af0c
commit 447f8b80c3
13 changed files with 14 additions and 15 deletions

View File

@@ -39,7 +39,7 @@
The \uicontrol {Window UI} wizard enables you to
create a Python project that has the source file for a class. Specify
the PySide version, class name, base class, and and source file for the
the PySide version, class name, base class, and source file for the
class.
\image qtcreator-python-wizard-app-window.png "Qt for Python wizard for creating a widget-based UI"
@@ -117,7 +117,7 @@
Python application. Select \uicontrol REPL on the toolbar to start the
\l{https://pythonprogramminglanguage.com/repl/}{Python interactive shell}.
To start the shell and import the current file as a module, select
select \uicontrol {REPL Import File}. To also import all functions from
\uicontrol {REPL Import File}. To also import all functions from
the file, select \uicontrol {REPL Import *}.
Always regenerate the Python code after modifying a UI file.