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

Skip to content

Commit a7c5e6f

Browse files
authored
Merge pull request #19242 from Arthur-Milchior/patch-1
Update first occurrence of QT to show both 4 and 5
2 parents a5ea869 + 090ffea commit a7c5e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introductory/usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def my_plotter(ax, data1, data2, param_dict):
281281
# "frontend" is the user facing code, i.e., the plotting code, whereas the
282282
# "backend" does all the hard work behind-the-scenes to make the figure.
283283
# There are two types of backends: user interface backends (for use in
284-
# pygtk, wxpython, tkinter, qt4, or macosx; also referred to as
284+
# pygtk, wxpython, tkinter, qt4, qt5, or macosx; also referred to as
285285
# "interactive backends") and hardcopy backends to make image files
286286
# (PNG, SVG, PDF, PS; also referred to as "non-interactive backends").
287287
#

0 commit comments

Comments
 (0)