Fix docstring
This commit is contained in:
parent
d6dff8b05e
commit
d2d92c9f2e
@ -1503,7 +1503,8 @@ class CommandDispatcher:
|
||||
"""Insert text at cursor position.
|
||||
|
||||
Args:
|
||||
text: The text to insert."""
|
||||
text: The text to insert.
|
||||
"""
|
||||
# FIXME:qtwebengine have a proper API for this
|
||||
tab = self._current_widget()
|
||||
page = tab._widget.page() # pylint: disable=protected-access
|
||||
|
Loading…
Reference in New Issue
Block a user