aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/window/doc/window.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/window/doc/window.rst')
-rw-r--r--examples/quick/window/doc/window.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/window/doc/window.rst b/examples/quick/window/doc/window.rst
index 8736bb629..6a8f73eed 100644
--- a/examples/quick/window/doc/window.rst
+++ b/examples/quick/window/doc/window.rst
@@ -17,7 +17,7 @@ For the "shared" module approach to work with QML and rcc, you need:
* A module definition *qmldir* file
* A Qt Resource Collection file (.qrc) specifying all the QML files and other
-resources, plus the *qmldir* file
+ resources, plus the *qmldir* file
The .qrc file is the input to rcc. This will generate a Python module (called
*shared_rc* here) that can then be imported from the Python code. At runtime,
@@ -28,7 +28,7 @@ module.
For the example, rcc needs:
* A Qt Resource Collection file (.qrc) specifying all the QML files and other
-resources. There is no qmldir file here because this is not a module.
+ resources. There is no qmldir file here because this is not a module.
This will generate a Python module (called *window_rc* here) that can then be
imported from the Python code. Again, only the Python module is needed at