From a7b507287043bc88170d0b523bca8e9abadd6d46 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 29 Dec 2007 01:41:30 +0000 Subject: typo --- numpy/numarray/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/numarray') diff --git a/numpy/numarray/functions.py b/numpy/numarray/functions.py index dca25c93c..bd920219b 100644 --- a/numpy/numarray/functions.py +++ b/numpy/numarray/functions.py @@ -36,7 +36,7 @@ __all__ += ['vdot', 'dot', 'matrixmultiply', 'ravel', 'indices', 'togglebyteorder' ] -import copy, +import copy import copy_reg import types import os -- cgit v1.2.1