From 7d51a22a398230cf095eee397aea1a8ffd73c10a Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Tue, 8 Apr 2008 04:56:12 +0000 Subject: Add docs and examples for financial functions. --- numpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/__init__.py') diff --git a/numpy/__init__.py b/numpy/__init__.py index 869a592d8..edb1d3db3 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -40,7 +40,7 @@ else: return loader(*packages, **options) import add_newdocs - __all__ = ['add_newdocs',] + __all__ = ['add_newdocs'] pkgload.__doc__ = PackageLoader.__call__.__doc__ import testing -- cgit v1.2.1