Skip to content

Commit 9d469f1

Browse files
committed
update getter/setter comments to match code
1 parent 5a4c3ab commit 9d469f1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

control/lti.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ def __init__(self, inputs=1, outputs=1, dt=None):
5454
#
5555
# Getter and setter functions for legacy input/output attributes
5656
#
57-
# For this iteration, generate a warning whenever the getter/setter is
58-
# called. For a future iteration, turn it iinto a pending deprecation and
59-
# then deprecation warning (commented out for now).
57+
# For this iteration, generate a pending deprecation warning whenever
58+
# the getter/setter is called. For a future iteration, turn it into a
59+
# deprecation warning.
6060
#
6161

6262
@property

control/statesp.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@ def __init__(self, *args, **kwargs):
333333
#
334334
# Getter and setter functions for legacy state attributes
335335
#
336-
# For this iteration, generate a warning whenever the getter/setter is
337-
# called. For a future iteration, turn it iinto a pending deprecation and
338-
# then deprecation warning (commented out for now).
336+
# For this iteration, generate a pending deprecation warning whenever
337+
# the getter/setter is called. For a future iteration, turn it into a
338+
# deprecation warning.
339339
#
340340

341341
@property

0 commit comments

Comments
 (0)