aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/tutorials/portingguide/chapter3/chapter3.rst
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-10-16 15:30:40 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-10-16 16:43:35 +0200
commitd9359a35ff059cc81c155764f4c234d03655bd45 (patch)
treee5b0626acca2b06837047652735c8792eff35100 /sources/pyside2/doc/tutorials/portingguide/chapter3/chapter3.rst
parenteff7aa8f3ac5eb88585bbb51ffc0bb0a29bb42c2 (diff)
Doc: Minor fixes to the snippets and their order
Change-Id: Idf0bc429373180bf4c512014255eb7f6c93bd891 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
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