Remove spaces inside docstrings

This commit is contained in:
Florian Bruhin 2016-08-09 16:15:23 +02:00
parent 6f074049c2
commit 5066606ddc

View File

@ -761,7 +761,7 @@ class HintManager(QObject):
only_visible=True) only_visible=True)
def current_mode(self): 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: if self._context is None:
return None return None