File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 17
17
_control_defaults = {
18
18
'control.default_dt' : 0 ,
19
19
'control.squeeze_frequency_response' : None ,
20
- 'control.squeeze_time_response' : True ,
21
20
'control.squeeze_time_response' : None ,
22
21
'forced_response.return_x' : False ,
23
22
}
Original file line number Diff line number Diff line change @@ -500,10 +500,10 @@ def _process_time_response(
500
500
config.defaults['control.squeeze_time_response'].
501
501
502
502
input : int, optional
503
- If present, the response represents ony the listed input.
503
+ If present, the response represents only the listed input.
504
504
505
505
output : int, optional
506
- If present, the response represents ony the listed input .
506
+ If present, the response represents only the listed output .
507
507
508
508
Returns
509
509
-------
You can’t perform that action at this time.
0 commit comments