aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/tutorials/portingguide/chapter3/chapter3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/doc/tutorials/portingguide/chapter3/chapter3.rst')
-rw-r--r--sources/pyside2/doc/tutorials/portingguide/chapter3/chapter3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/doc/tutorials/portingguide/chapter3/chapter3.rst b/sources/pyside2/doc/tutorials/portingguide/chapter3/chapter3.rst
index 6ed7e47d4..71b254811 100644
--- a/sources/pyside2/doc/tutorials/portingguide/chapter3/chapter3.rst
+++ b/sources/pyside2/doc/tutorials/portingguide/chapter3/chapter3.rst
@@ -106,7 +106,7 @@ to generate ``rc_books.py``.
pyside2-rcc books.qrc > rc_books.py
Once you have the Python script generated, make the
-following changes to ``main.py`` and ``bookdelegate.py``:
+following changes to ``bookdelegate.py`` and ``main.py``:
.. literalinclude:: bookdelegate.py
:diff: ../chapter2/bookdelegate.py