Fix ModeManager.leave docstring
This commit is contained in:
parent
e0aa35b05a
commit
5b34f1b429
@ -276,7 +276,7 @@ class ModeManager(QObject):
|
||||
"""Leave a key mode.
|
||||
|
||||
Args:
|
||||
mode: The name of the mode to leave.
|
||||
mode: The mode to leave as a usertypes.KeyMode member.
|
||||
reason: Why the mode was left.
|
||||
"""
|
||||
if self.mode != mode:
|
||||
|
Loading…
Reference in New Issue
Block a user