@@ -123,7 +123,7 @@ def _get_title(obj, depth=0, maxnames=3):
123
123
def create_edit_dialog (parent , obj = None , title = '' , minvalue = None , maxvalue = None , readonly = False , depth = 0 ,
124
124
display_caller_info = True , add_larray_functions = None ):
125
125
"""
126
- Opens a new editor window.
126
+ Open a new editor window.
127
127
128
128
Parameters
129
129
----------
@@ -323,7 +323,7 @@ def excepthook(type_, value, tback):
323
323
324
324
def edit (obj = None , title = '' , minvalue = None , maxvalue = None , readonly = False , depth = 0 ):
325
325
r"""
326
- Opens a new editor window.
326
+ Open a new editor window.
327
327
328
328
Parameters
329
329
----------
@@ -360,7 +360,7 @@ def edit(obj=None, title='', minvalue=None, maxvalue=None, readonly=False, depth
360
360
361
361
def view (obj = None , title = '' , depth = 0 ):
362
362
r"""
363
- Opens a new viewer window. Arrays are loaded in readonly mode and their content cannot be modified.
363
+ Open a new viewer window. Arrays are loaded in readonly mode and their content cannot be modified.
364
364
365
365
Parameters
366
366
----------
@@ -389,7 +389,7 @@ def view(obj=None, title='', depth=0):
389
389
390
390
def debug (depth = 0 ):
391
391
r"""
392
- Opens a new debug window.
392
+ Open a new debug window.
393
393
394
394
Parameters
395
395
----------
@@ -403,7 +403,7 @@ def debug(depth=0):
403
403
404
404
def compare (* args , depth = 0 , ** kwargs ):
405
405
r"""
406
- Opens a new comparator window, comparing arrays or sessions.
406
+ Open a new comparator window, comparing arrays or sessions.
407
407
408
408
Parameters
409
409
----------
0 commit comments