Skip to content

Commit 4cbd4cb

Browse files
committed
DOC: default method for sample_system was incorrect
1 parent dbf0a9d commit 4cbd4cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/dtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def sample_system(sysc, Ts, method='zoh', alpha=None):
6565
Ts : real
6666
Sampling period
6767
method : string
68-
Method to use for conversion: 'matched' (default), 'tustin', 'zoh'
68+
Method to use for conversion: 'matched', 'tustin', 'zoh' (default)
6969
7070
Returns
7171
-------

0 commit comments

Comments
 (0)