Spelling fix
This commit is contained in:
parent
a19b6bf563
commit
12bbce2914
@ -46,7 +46,7 @@ class NotInModeError(Exception):
|
|||||||
|
|
||||||
|
|
||||||
def init(win_id, parent):
|
def init(win_id, parent):
|
||||||
"""Inizialize the mode manager and the keyparsers for the given win_id."""
|
"""Initialize the mode manager and the keyparsers for the given win_id."""
|
||||||
KM = usertypes.KeyMode # pylint: disable=invalid-name
|
KM = usertypes.KeyMode # pylint: disable=invalid-name
|
||||||
modeman = ModeManager(win_id, parent)
|
modeman = ModeManager(win_id, parent)
|
||||||
objreg.register('mode-manager', modeman, scope='window', window=win_id)
|
objreg.register('mode-manager', modeman, scope='window', window=win_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user