Fix ModeManager.leave docstring

This commit is contained in:
Florian Bruhin 2016-04-21 20:11:47 +02:00
parent e0aa35b05a
commit 5b34f1b429

View File

@ -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: