From d5cb4f1e73a0abbcd35e85c86429c3a2feb0b345 Mon Sep 17 00:00:00 2001 From: mp4096 Date: Sun, 3 Jul 2016 16:20:56 +0200 Subject: [PATCH] Fixed "compatability" typo --- ChangeLog | 6 +++--- control/margins.py | 2 +- control/mateqn.py | 2 +- control/modelsimp.py | 2 +- control/phaseplot.py | 2 +- control/statesp.py | 2 +- control/xferfcn.py | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index fc17133..d6c51ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -148,7 +148,7 @@ 2012-11-03 Richard Murray * src/rlocus.py (_RLSortRoots): convert output of range() to - explicit list for python 3 compatability + explicit list for python 3 compatibility * tests/modelsimp_test.py, tests/slycot_convert_test.py, tests/mateqn_test.py, tests/statefbk_test.py: updated test suites to @@ -604,7 +604,7 @@ initial_response, impulse_response and step_response. * src/rlocus.py: changed RootLocus to root_locus for better - compatability with PEP 8. Also updated unit tests and examples. + compatibility with PEP 8. Also updated unit tests and examples. 2011-07-25 Richard Murray @@ -994,7 +994,7 @@ 2010-09-02 Richard Murray * src/statefbk.py (place): Use np.size() instead of len() for - finding length of placed_eigs for better compatability with + finding length of placed_eigs for better compatibility with different python versions [courtesy of Roberto Bucher] * src/delay.py (pade): New file for delay-based computations + diff --git a/control/margins.py b/control/margins.py index 5fb5a8b..5bb7f09 100644 --- a/control/margins.py +++ b/control/margins.py @@ -8,7 +8,7 @@ margin.stability_margins margin.phase_crossover_frequencies """ -# Python 3 compatability (needs to go here) +# Python 3 compatibility (needs to go here) from __future__ import print_function """Copyright (c) 2011 by California Institute of Technology diff --git a/control/mateqn.py b/control/mateqn.py index d72e93c..e5f7ba4 100644 --- a/control/mateqn.py +++ b/control/mateqn.py @@ -5,7 +5,7 @@ Matrix equation solvers (Lyapunov, Riccati) Implementation of the functions lyap, dlyap, care and dare for solution of Lyapunov and Riccati equations. """ -# Python 3 compatability (needs to go here) +# Python 3 compatibility (needs to go here) from __future__ import print_function """Copyright (c) 2011, All rights reserved. diff --git a/control/modelsimp.py b/control/modelsimp.py index 0cfcfeb..4cf9b86 100644 --- a/control/modelsimp.py +++ b/control/modelsimp.py @@ -40,7 +40,7 @@ # # $Id$ -# Python 3 compatability +# Python 3 compatibility from __future__ import print_function # External packages and modules diff --git a/control/phaseplot.py b/control/phaseplot.py index 2108d99..ffb3588 100644 --- a/control/phaseplot.py +++ b/control/phaseplot.py @@ -34,7 +34,7 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -# Python 3 compatability +# Python 3 compatibility from __future__ import print_function import numpy as np diff --git a/control/statesp.py b/control/statesp.py index 1823645..253245d 100644 --- a/control/statesp.py +++ b/control/statesp.py @@ -8,7 +8,7 @@ python-control library. """ -# Python 3 compatability (needs to go here) +# Python 3 compatibility (needs to go here) from __future__ import print_function """Copyright (c) 2010 by California Institute of Technology diff --git a/control/xferfcn.py b/control/xferfcn.py index 7556d90..02c5cc7 100644 --- a/control/xferfcn.py +++ b/control/xferfcn.py @@ -7,7 +7,7 @@ that operate on transfer functions. This is the primary representation for the python-control library. """ -# Python 3 compatability (needs to go here) +# Python 3 compatibility (needs to go here) from __future__ import print_function from __future__ import division