diff --git a/qutebrowser/completion/completionwidget.py b/qutebrowser/completion/completionwidget.py index bec0e6511..a5f8e51b5 100644 --- a/qutebrowser/completion/completionwidget.py +++ b/qutebrowser/completion/completionwidget.py @@ -381,10 +381,10 @@ class CompletionView(QTreeView): @cmdutils.register(instance='completion', hide=True, modes=[usertypes.KeyMode.command], scope='window') def completion_item_yank(self, sel=False): - """Yank the current completion item onto the clipboard. + """Yank the current completion item into the clipboard. Args: - sel: True to use the primary selection instead of the clipboard. + sel: Use the primary selection instead of the clipboard. """ index = self.currentIndex() if not index.isValid():