We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6c3da commit 99f83aaCopy full SHA for 99f83aa
1 file changed
examples/user_interfaces/embedding_in_qt_sgskip.py
@@ -5,8 +5,8 @@
5
6
Simple Qt application embedding Matplotlib canvases. This program will work
7
equally well using any Qt binding (PyQt6, PySide6, PyQt5, PySide2). The
8
-binding can be selected by setting the ``QT_API`` environment variable to the
9
-binding name, or by first importing it.
+binding can be selected by setting the :envvar:`QT_API` environment variable to
+the binding name, or by first importing it.
10
"""
11
12
import sys
0 commit comments