Fix docstring
This commit is contained in:
parent
9e20e3a802
commit
14de9f58b8
@ -756,8 +756,8 @@ class AbstractTab(QWidget):
|
|||||||
Args:
|
Args:
|
||||||
code: The javascript code to run.
|
code: The javascript code to run.
|
||||||
callback: The callback to call with the result, or None.
|
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
|
world: A world ID (int or usertypes.JsWorld member) to run the JS
|
||||||
isolated world.
|
in the main world or in another isolated world.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user