From ecd399181dd54ab9d9ad6a21f67e877d252a3aad Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 8 Jul 2016 09:15:28 +0200 Subject: [PATCH] Fix AbstractSearch attribute docs --- qutebrowser/browser/tab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/browser/tab.py b/qutebrowser/browser/tab.py index d00b09fae..48a1b64b2 100644 --- a/qutebrowser/browser/tab.py +++ b/qutebrowser/browser/tab.py @@ -93,9 +93,9 @@ class AbstractSearch(QObject): """Attribute of AbstractTab for doing searches. Attributes: - widget: The underlying WebView widget. text: The last thing this view was searched for. _flags: The flags of the last search. + _widget: The underlying WebView widget. """ def __init__(self, parent=None):