diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2018-09-11 23:47:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 23:47:57 -0700 |
commit | 7c083d942d3e2ee93a4ed03fae846ced8ba805e0 (patch) | |
tree | 2471ebfa4456624216eb2059ebb6b8b898691baa | |
parent | 566eddfc4c27e4f30941e4ba9d908abb9a449a51 (diff) | |
download | numpy-7c083d942d3e2ee93a4ed03fae846ced8ba805e0.tar.gz |
STY: revert whitespace changes
-rw-r--r-- | doc/release/1.7.0-notes.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/release/1.7.0-notes.rst b/doc/release/1.7.0-notes.rst index a95d0c1cd..8cadfc900 100644 --- a/doc/release/1.7.0-notes.rst +++ b/doc/release/1.7.0-notes.rst @@ -1,6 +1,6 @@ -=========================== - NumPy 1.7.0 Release Notes -=========================== +========================= +NumPy 1.7.0 Release Notes +========================= This release includes several new features as well as numerous bug fixes and refactorings. It supports Python 2.4 - 2.7 and 3.1 - 3.3 and is the last |