[Scipy-svn] r6264 - trunk/scipy/signal
scipy-svn at scipy.org
scipy-svn at scipy.org
Sun Mar 21 15:41:30 EDT 2010
Author: warren.weckesser
Date: 2010-03-21 14:41:30 -0500 (Sun, 21 Mar 2010)
New Revision: 6264
Modified:
trunk/scipy/signal/ltisys.py
Log:
DOC: Fix typo and shorten a line.
Modified: trunk/scipy/signal/ltisys.py
===================================================================
--- trunk/scipy/signal/ltisys.py 2010-03-21 14:20:11 UTC (rev 6263)
+++ trunk/scipy/signal/ltisys.py 2010-03-21 19:41:30 UTC (rev 6264)
@@ -543,8 +543,8 @@
def impulse2(system, X0=None, T=None, N=None, **kwargs):
"""Impulse response of a single-input continuous-time linear system.
- The solution is generated by calling `scipy.soignal.lsim2`, which uses the
- differential equation solver `scipy.integrate.odeint`.
+ The solution is generated by calling `scipy.signal.lsim2`, which uses
+ the differential equation solver `scipy.integrate.odeint`.
Parameters
----------
More information about the Scipy-svn
mailing list