We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc7f81 commit c68f9d8Copy full SHA for c68f9d8
doc/api/backend_qt_api.rst
@@ -27,7 +27,7 @@ supported Python bindings per version -- `PyQt5
27
<https://doc.qt.io/qtforpython-5/contents.html>`_ for Qt5 and `PyQt6
28
<https://www.riverbankcomputing.com/static/Docs/PyQt6/>`_ and `PySide6
29
<https://doc.qt.io/qtforpython/contents.html>`_ for Qt6 [#]_. While both PyQt
30
-and Qt for Python (aka Pyside) closely mirror the underlying c++ API they are
+and Qt for Python (aka PySide) closely mirror the underlying C++ API they are
31
wrapping, they are not drop-in replacements for each other [#]_. To account
32
for this, Matplotlib has an internal API compatibility layer in
33
`matplotlib.backends.qt_compat` which covers our needs. Despite being a public
0 commit comments