diff --git a/doc/qtcreator/src/python/creator-python-development.qdoc b/doc/qtcreator/src/python/creator-python-development.qdoc index f98aff41fa2..5a30cf0d40e 100644 --- a/doc/qtcreator/src/python/creator-python-development.qdoc +++ b/doc/qtcreator/src/python/creator-python-development.qdoc @@ -51,7 +51,7 @@ Use wizards to create Qt for Python application projects. The wizards generate a project file, \c {.pyproject}, that lists the files in the Python project. They also generate a \c {.py} file that has some boilerplate code - and \c {reguirements.txt} that stores the PySide version of the generated code. + and \c {requirements.txt} that stores the PySide version of the generated code. In addition, the widget-based UI wizard creates a \c {.ui} file that has a \QD form, and the Qt Quick Application wizard creates a \c {.qml} file that imports Qt Quick controls. diff --git a/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets-ui.qdoc b/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets-ui.qdoc index f7aa1238777..8380a6495ca 100644 --- a/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets-ui.qdoc +++ b/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets-ui.qdoc @@ -72,7 +72,7 @@ \li \c {hello_world_ui.pyproject}, which lists the files in the Python project. \li \c {mainwindow.py}, which has some boilerplate code for a class. - \li \c {reguirements.txt}, which stores the PySide version of the + \li \c {requirements.txt}, which stores the PySide version of the generated code. You can use this file to install the required PySide version using pip. \endlist diff --git a/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc b/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc index b6eec3cb167..521822db02a 100644 --- a/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc +++ b/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc @@ -71,7 +71,7 @@ \li \c {hellow_world.pyproject}, which lists the files in the Python project. \li \c {mywidget.py}, which has some boilerplate code for a class. - \li \c {reguirements.txt}, which stores the PySide version of the + \li \c {requirements.txt}, which stores the PySide version of the generated code. You can use this file to install the required PySide version using pip. \endlist diff --git a/doc/qtcreator/src/python/creator-tutorial-python-application-qtquick.qdoc b/doc/qtcreator/src/python/creator-tutorial-python-application-qtquick.qdoc index df3218197b3..c49dc1cbd5a 100644 --- a/doc/qtcreator/src/python/creator-tutorial-python-application-qtquick.qdoc +++ b/doc/qtcreator/src/python/creator-tutorial-python-application-qtquick.qdoc @@ -61,7 +61,7 @@ project. \li \c {main.py}, which has some boilerplate code. \li \c {main.qml}, which imports Qt Quick controls. - \li \c {reguirements.txt}, which stores the PySide version of the + \li \c {requirements.txt}, which stores the PySide version of the generated code. You can use this file to install the required PySide version using pip. \endlist