Fix docstring

This commit is contained in:
Florian Bruhin 2016-09-12 18:33:57 +02:00
parent 9e20e3a802
commit 14de9f58b8

View File

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