From 33a5ed76adf630b4ad0f90d02a1dc73d6f086ef8 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Mon, 4 Sep 2006 21:52:13 +0000 Subject: Fix rounding of integers with decimal < 0 --- numpy/__init__.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'numpy/__init__.py') diff --git a/numpy/__init__.py b/numpy/__init__.py index a6615a41a..b84972815 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -3,14 +3,15 @@ NumPy ========== You can support the development of NumPy and SciPy by purchasing -"Guide to NumPy" at +the book "Guide to NumPy" at http://www.trelgol.com -It is being distributed for a fee for only a limited time to -cover some of the costs of development. +It is being distributed for a fee for only a few years to +cover some of the costs of development. After the restriction period +it will also be freely available. -Documentation is also available in the docstrings and at +Additional documentation is available in the docstrings and at http://www.scipy.org. """ -- cgit v1.2.1