diff --git a/qutebrowser/config/config.py b/qutebrowser/config/config.py index 4bd7ddbc8..f9f4acfa9 100644 --- a/qutebrowser/config/config.py +++ b/qutebrowser/config/config.py @@ -181,7 +181,7 @@ class KeyConfig: self._config.update_mutables(save_yaml=save_yaml) def bind_default(self, key, *, mode='normal', save_yaml=False): - """Restore a default keybinding""" + """Restore a default keybinding.""" key = self._prepare(key, mode) bindings_commands = self._config.get_obj('bindings.commands')