From 1bd2d49ef378fb869d015cef32c3e44a4c03a8f0 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 8 Jan 2007 21:56:54 +0000 Subject: Whitespace cleanup. --- numpy/oldnumeric/matrix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/oldnumeric/matrix.py') diff --git a/numpy/oldnumeric/matrix.py b/numpy/oldnumeric/matrix.py index 321d8d4df..7c5b3700c 100644 --- a/numpy/oldnumeric/matrix.py +++ b/numpy/oldnumeric/matrix.py @@ -1,4 +1,4 @@ -# This module is for compatibility only. +# This module is for compatibility only. __all__ = ['UserArray', 'squeeze', 'Matrix', 'asarray', 'dot', 'k', 'Numeric', 'LinearAlgebra', 'identity', 'multiply', 'types', 'string'] @@ -10,7 +10,7 @@ from numpy.oldnumeric import dot, identity, multiply import numpy.oldnumeric.linear_algebra as LinearAlgebra from numpy import matrix as Matrix, squeeze -# Hidden names that will be the same. +# Hidden names that will be the same. _table = [None]*256 for k in range(256): -- cgit v1.2.1