diff options
author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-09-30 10:08:28 +0200 |
---|---|---|
committer | Jukka Jokiniva <jukka.jokiniva@qt.io> | 2024-09-30 09:52:46 +0000 |
commit | c9b38d46bae5b58a7345c55c0663525cd8af33a7 (patch) | |
tree | 6250b33e666dcefd98a652393412bd7190897f2e | |
parent | 83fa36fbed4d06e6cd330f604e1cc007852e13b9 (diff) |
shiboken6/Documentation: Fix a syntax error in the modules list6.7
Amends bc87b5d3319d758827edcdff2798777bcf36ae6b.
Task-number: QTBUG-77650
Task-number: PYSIDE-2620
Task-number: PYSIDE-1106
Change-Id: I07604e3fb281fe9441bc69d189600c22f66b44a5
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
(cherry picked from commit 008853632d48752ff4604f6ac2f13fe351ff7139)
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r-- | sources/pyside6/doc/modules.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/modules.rst b/sources/pyside6/doc/modules.rst index d62d639cf..faef87253 100644 --- a/sources/pyside6/doc/modules.rst +++ b/sources/pyside6/doc/modules.rst @@ -71,7 +71,7 @@ Qt Modules Supported by Qt for Python Provides the widget-based multimedia API. - .. grid-item-card:: :mod:`Qt Network + .. grid-item-card:: :mod:`Qt Network <PySide6.QtNetwork>` Classes to make network programming easier and more portable.<PySide6.QtNetwork>` |