From 5066606ddc0fbbafdc9958b174b59a6f421da664 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 9 Aug 2016 16:15:23 +0200 Subject: [PATCH] Remove spaces inside docstrings --- qutebrowser/browser/hints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/browser/hints.py b/qutebrowser/browser/hints.py index 442cbb58c..c4ed6db2d 100644 --- a/qutebrowser/browser/hints.py +++ b/qutebrowser/browser/hints.py @@ -761,7 +761,7 @@ class HintManager(QObject): only_visible=True) def current_mode(self): - """ Returns the currently active hinting mode (or None otherwise). """ + """Returns the currently active hinting mode (or None otherwise).""" if self._context is None: return None