Skip to content

Commit c9f7362

Browse files
committed
Fix mispelling
1 parent ff5489c commit c9f7362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

authconn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import gi
2525
from gi.repository import GLib
2626
from gi.repository import Gdk
27-
gi.requires_version('Gtk', '3.0')
27+
gi.require_version('Gtk', '3.0')
2828
from gi.repository import Gtk
2929
import os
3030
from errordialogs import *

0 commit comments

Comments
 (0)