aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/faq.rst
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-04-23 16:53:13 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-04-24 08:44:21 +0000
commit5cec7b8926fd12daa3bdca72cd2dfaadf5eda4b1 (patch)
tree791b74d6ccf819dc2390e2ec441a32b23f75584f /sources/pyside2/doc/faq.rst
parent8f74adea7cffdf2e1158df15ba0105dc40b24fa3 (diff)
Tutorials: Fix some sphinx warnings about unexpected indentation
Change-Id: I1415417ab761c57e64c0f031a9b63b5f85c9c7c7 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside2/doc/faq.rst')
-rw-r--r--sources/pyside2/doc/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside2/doc/faq.rst b/sources/pyside2/doc/faq.rst
index e09d98999..aabd017e9 100644
--- a/sources/pyside2/doc/faq.rst
+++ b/sources/pyside2/doc/faq.rst
@@ -29,11 +29,11 @@ Frequently Asked Questions
**Does PySide2 have support for embedded Linux (Raspberry Pi, i.MX6 etc)?**
Not at the moment.
-**There are three wheels (pyside2, shiboken2, and shiboken2_generator)
- what is the different between them?**
+**There are three wheels (pyside2, shiboken2, and shiboken2_generator), what is the different between them?**
Before the official release, everything was in one big wheel, but it made sense to split
the projects in three different wheels:
+
* **pyside2**: contains all the PySide2 modules to use the Qt framework.
Also depends on the shiboken2 module.
* **shiboken2**: contains the shiboken2 module with helper functions for PySide2.