Skip to content

Commit 3cf80af

Browse files
committed
small numpydoc change in trasnferfunction to resolve merge
1 parent b64145d commit 3cf80af

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

control/xferfcn.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,9 @@ def __call__(self, x, squeeze=True):
211211
continuous-time systems and `z` for discrete-time systems.
212212
213213
To evaluate at a frequency omega in radians per second, enter
214-
``x = omega*1j``, for continuous-time systems, or ``x = exp(1j*omega*dt)``
215-
for discrete-time systems.
214+
``x = omega * 1j``, for continuous-time systems, or
215+
``x = exp(1j * omega * dt)`` for discrete-time systems. Or use
216+
:meth:`TransferFunction.frequency_response`.
216217
217218
Parameters
218219
----------

0 commit comments

Comments
 (0)