aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/gettingstarted.rst
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2020-06-04 15:31:48 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2020-06-04 21:51:37 +0200
commita576b6264472769c4bfbf8d17ed82bacf189096e (patch)
tree5afb5e1e062999bb3fed7f469d0a50f8c20d3124 /sources/pyside2/doc/gettingstarted.rst
parent57a9e7ba808ec36511f37a561deabc8d4e03c2bf (diff)
Doc: Fix a typo and a broken link
Change-Id: Ic3515aea317d4b8e2d0286b60a5c3b68bd20bbdf Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside2/doc/gettingstarted.rst')
-rw-r--r--sources/pyside2/doc/gettingstarted.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside2/doc/gettingstarted.rst b/sources/pyside2/doc/gettingstarted.rst
index 4368c0a50..b8d6f9e45 100644
--- a/sources/pyside2/doc/gettingstarted.rst
+++ b/sources/pyside2/doc/gettingstarted.rst
@@ -126,14 +126,14 @@ The offline documentation (QCH) can be viewed using the Qt Creator IDE or Qt Ass
a standalone application for viewing QCH files.
To view the QCH using Qt Creator, following the instructions outlined in
-`Using Qt Creator Help Mode <https://doc.qt.io/qtcreator/creator-help.html`_. If you chose to
+`Using Qt Creator Help Mode <https://doc.qt.io/qtcreator/creator-help.html>`_. If you chose to
use Qt Assistant instead, use the following command to register the QCH file before launching
Qt Assistant:
assistant -register PySide.qch
.. note:: Qt Assistant renders the QCH content using the QTextBrowser backend, which supports
- a subset of the CSS sytles only, However, Qt Creator offers an alternative litehtml-based
+ a subset of the CSS styles, However, Qt Creator offers an alternative litehtml-based
backend, which offers better browsing experience. At the moment, this is not the default
backend, so you have to select the litehtml backend
explicitly under the ``General`` tab in ``Qt Creator >> Tools >> Options >> Help``.