Skip to content

Commit c5157aa

Browse files
committed
Fixed "compatability" typo
1 parent fa15eb5 commit c5157aa

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

ChangeLog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
2012-11-03 Richard Murray <murray@altura.local>
149149

150150
* src/rlocus.py (_RLSortRoots): convert output of range() to
151-
explicit list for python 3 compatability
151+
explicit list for python 3 compatibility
152152

153153
* tests/modelsimp_test.py, tests/slycot_convert_test.py,
154154
tests/mateqn_test.py, tests/statefbk_test.py: updated test suites to
@@ -604,7 +604,7 @@
604604
initial_response, impulse_response and step_response.
605605

606606
* src/rlocus.py: changed RootLocus to root_locus for better
607-
compatability with PEP 8. Also updated unit tests and examples.
607+
compatibility with PEP 8. Also updated unit tests and examples.
608608

609609
2011-07-25 Richard Murray <murray@malabar.local>
610610

@@ -994,7 +994,7 @@
994994
2010-09-02 Richard Murray <murray@sumatra.local>
995995

996996
* src/statefbk.py (place): Use np.size() instead of len() for
997-
finding length of placed_eigs for better compatability with
997+
finding length of placed_eigs for better compatibility with
998998
different python versions [courtesy of Roberto Bucher]
999999

10001000
* src/delay.py (pade): New file for delay-based computations +

control/margins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
margin.phase_crossover_frequencies
99
"""
1010

11-
# Python 3 compatability (needs to go here)
11+
# Python 3 compatibility (needs to go here)
1212
from __future__ import print_function
1313

1414
"""Copyright (c) 2011 by California Institute of Technology

control/mateqn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Implementation of the functions lyap, dlyap, care and dare
66
for solution of Lyapunov and Riccati equations. """
77

8-
# Python 3 compatability (needs to go here)
8+
# Python 3 compatibility (needs to go here)
99
from __future__ import print_function
1010

1111
"""Copyright (c) 2011, All rights reserved.

control/modelsimp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#
4141
# $Id$
4242

43-
# Python 3 compatability
43+
# Python 3 compatibility
4444
from __future__ import print_function
4545

4646
# External packages and modules

control/phaseplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3535
# POSSIBILITY OF SUCH DAMAGE.
3636

37-
# Python 3 compatability
37+
# Python 3 compatibility
3838
from __future__ import print_function
3939

4040
import numpy as np

control/statesp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
"""
1010

11-
# Python 3 compatability (needs to go here)
11+
# Python 3 compatibility (needs to go here)
1212
from __future__ import print_function
1313

1414
"""Copyright (c) 2010 by California Institute of Technology

control/xferfcn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
for the python-control library.
88
"""
99

10-
# Python 3 compatability (needs to go here)
10+
# Python 3 compatibility (needs to go here)
1111
from __future__ import print_function
1212
from __future__ import division
1313

0 commit comments

Comments
 (0)