Fix docstring

This commit is contained in:
Jan Verbeek 2016-08-10 22:29:19 +02:00
parent d6dff8b05e
commit d2d92c9f2e

View File

@ -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