8000 Fix small typos in doc/iosys.rst · python-control/python-control@a525929 · GitHub
[go: up one dir, main page]

Skip to content

Commit a525929

Browse files
committed
Fix small typos in doc/iosys.rst
1 parent 530fe36 commit a525929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/iosys.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ will create a unity gain, negative feedback system::
251251
If a signal name appears in multiple outputs then that signal will be summed
252252
when it is interconnected. Similarly, if a signal name appears in multiple
253253
inputs then all systems using that signal name will receive the same input.
254-
The :func:`~control.interconnect` function will generate an error if an signal
254+
The :func:`~control.interconnect` function will generate an error if a signal
255255
listed in ``inplist`` or ``outlist`` (corresponding to the inputs and outputs
256256
of the interconnected system) is not found, but inputs and outputs of
257257
individual systems that are not connected to other systems are left
@@ -404,7 +404,7 @@ The closed loop controller will include both the state feedback and
404404
the estimator.
405405

406406
Integral action can be included using the `integral_action` keyword.
407-
The value of this keyword can either be an matrix (ndarray) or a
407+
The value of this keyword can either be a matrix (ndarray) or a
408408
function. If a matrix :math:`C` is specified, the difference between
409409
the desired state and system state will be multiplied by this matrix
410410
and integrated. The controller gain should then consist of a set of

0 commit comments

Comments
 (0)
0