Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 606bea5

Browse files
authored
Merge pull request #24427 from meeseeksmachine/auto-backport-of-pr-24422-on-v3.6.2-doc
Backport PR #24422 on branch v3.6.2-doc (Make QT_API a link in the qt embedding example.)
2 parents 199d3bf + 57fefc3 commit 606bea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/user_interfaces/embedding_in_qt_sgskip.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
66
Simple Qt application embedding Matplotlib canvases. This program will work
77
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.
8+
binding can be selected by setting the :envvar:`QT_API` environment variable to
9+
the binding name, or by first importing it.
1010
"""
1111

1212
import sys

0 commit comments

Comments
 (0)