Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f44497e

Browse filesBrowse files
committed
Fix creation of GTK backend version.
1 parent 5b87c98 commit f44497e
Copy full SHA for f44497e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/matplotlib/backends/backend_gtk3.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_gtk3.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
_log = logging.getLogger(__name__)
3434

3535
backend_version = "%s.%s.%s" % (
36-
Gtk.get_major_version(), Gtk.get_micro_version(), Gtk.get_minor_version())
36+
Gtk.get_major_version(), Gtk.get_minor_version(), Gtk.get_micro_version())
3737

3838
try:
3939
_display = Gdk.Display.get_default()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.