diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-03-21 21:19:53 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-03-21 21:19:53 +0000 |
commit | bab64b897064cfdf8cf86fcc62b44e21df1153ee (patch) | |
tree | 6e1cee5b837bbccdfb2c78f12f3f6205ed40953a /doc/source/about.rst | |
parent | b2634ff922176acd12ddd3725434d3dfaaf25422 (diff) | |
download | numpy-bab64b897064cfdf8cf86fcc62b44e21df1153ee.tar.gz |
docs: strip trailing whitespace from RST files
Diffstat (limited to 'doc/source/about.rst')
-rw-r--r-- | doc/source/about.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/about.rst b/doc/source/about.rst index b30b0c15c..6b5dfa0f3 100644 --- a/doc/source/about.rst +++ b/doc/source/about.rst @@ -15,7 +15,7 @@ needed for scientific computing with Python. This package contains: Besides its obvious scientific uses, *NumPy* can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows *NumPy* to seamlessly and -speedily integrate with a wide-variety of databases. +speedily integrate with a wide-variety of databases. NumPy is a successor for two earlier scientific Python libraries: NumPy derives from the old *Numeric* code base and can be used |