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 1818 'control.default_dt' : 0 ,
1919 'control.squeeze_frequency_response' : None ,
2020 'control.squeeze_time_response' : True ,
21- 'control.squeeze_time_response' : None ,
2221 'forced_response.return_x' : False ,
2322}
2423defaults = dict (_control_defaults )
Original file line number Diff line number Diff line change @@ -500,10 +500,10 @@ def _process_time_response(
500500 config.defaults['control.squeeze_time_response'].
501501
502502 input : int, optional
503- If present, the response represents ony the listed input.
503+ If present, the response represents only the listed input.
504504
505505 output : int, optional
506- If present, the response represents ony the listed input .
506+ If present, the response represents only the listed output .
507507
508508 Returns
509509 -------
You can’t perform that action at this time.
0 commit comments