File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ def __init__(
333333 "via the Dash constructor"
334334 )
335335
336- # keep title as a class property for backwards compatability
336+ # keep title as a class property for backwards compatibility
337337 self .title = title
338338
339339 # list of dependencies - this one is used by the back end for dispatching
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ def handle_callback_args(args, kwargs):
170170 out0 = kwargs .get ("output" , args [0 ] if args else None )
171171 if not isinstance (out0 , (list , tuple )):
172172 # unless it was explicitly provided as a list, a single output
173- # sholuld be unwrapped. That ensures the return value of the
173+ # should be unwrapped. That ensures the return value of the
174174 # callback is also not expected to be wrapped in a list.
175175 outputs = outputs [0 ]
176176
Original file line number Diff line number Diff line change @@ -530,7 +530,7 @@ def get_logs(self):
530530 return None
531531
532532 def reset_log_timestamp (self ):
533- """reset_log_timestamp only work with chrome webdrier ."""
533+ """reset_log_timestamp only work with chrome webdriver ."""
534534 if self .driver .name .lower () == "chrome" :
535535 entries = self .driver .get_log ("browser" )
536536 if entries :
You can’t perform that action at this time.
0 commit comments