Fixed docstring formatting error

This commit is contained in:
Jakub Klinkovský 2016-01-30 14:13:41 +01:00
parent 5ec224d1f9
commit cc8e7007b4

View File

@ -1311,8 +1311,7 @@ class CommandDispatcher:
modes=[KeyMode.insert], hide=True, scope='window',
needs_js=True)
def paste_primary(self):
"""Paste the primary selection at cursor position.
"""
"""Paste the primary selection at cursor position."""
frame = self._current_widget().page().currentFrame()
try:
elem = webelem.focus_elem(frame)