diff --git a/qutebrowser/commands/utils.py b/qutebrowser/commands/utils.py index fef65d60d..dd1ab2600 100644 --- a/qutebrowser/commands/utils.py +++ b/qutebrowser/commands/utils.py @@ -13,7 +13,7 @@ def register_all(): is_cmd): if cls.bind: if cls.name is None: - name = cls.__name__.tolower() + name = cls.__name__.lower() else: name = cls.name cmd_dict[name] = cls()