diff --git a/qutebrowser/keyinput/modeman.py b/qutebrowser/keyinput/modeman.py index 1288fad00..cd9ee03fb 100644 --- a/qutebrowser/keyinput/modeman.py +++ b/qutebrowser/keyinput/modeman.py @@ -17,11 +17,7 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see . -"""Mode manager singleton which handles the current keyboard mode. - -Module attributes: - manager: The ModeManager instance. -""" +"""Mode manager singleton which handles the current keyboard mode.""" import functools