From 14de9f58b892a9c5610810c62c5fc51dbdb55fe0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 12 Sep 2016 18:33:57 +0200 Subject: [PATCH] Fix docstring --- qutebrowser/browser/browsertab.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/browser/browsertab.py b/qutebrowser/browser/browsertab.py index dffdfa271..d8d0b7b62 100644 --- a/qutebrowser/browser/browsertab.py +++ b/qutebrowser/browser/browsertab.py @@ -756,8 +756,8 @@ class AbstractTab(QWidget): Args: code: The javascript code to run. callback: The callback to call with the result, or None. - world: An int world ID to run the JS in the main world or in another - isolated world. + world: A world ID (int or usertypes.JsWorld member) to run the JS + in the main world or in another isolated world. """ raise NotImplementedError