Trim trailing spaces (again).

This commit is contained in:
Augustin Cavalier
2015-08-28 10:47:07 -04:00
parent ae085c6b97
commit a7553e5136
17 changed files with 21 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
SUMMARY="Array processing for numbers, strings, records, and objects"
DESCRIPTION="NumPy is a general-purpose array-processing package designed to \
efficiently manipulate large multi-dimensional arrays of arbitrary records \
without sacrificing too much speed for small multi-dimensional arrays.
without sacrificing too much speed for small multi-dimensional arrays.
NumPy is built on the Numeric code base and adds features introduced by \
numarray as well as an extended C-API and the ability to create arrays of \
arbitrary type which also makes NumPy suitable for interfacing with \