Remove spaces inside docstrings
This commit is contained in:
parent
6f074049c2
commit
5066606ddc
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user