diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2020-09-23 15:21:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 15:21:42 +0100 |
commit | 57f2a6fb79a7aba317f3fb57a0f1e2439ea99481 (patch) | |
tree | a5d314baf0ca1be622775cb3abc55d89a27fa7d8 | |
parent | bf37644ca5987f5fabfe72be6da1fcf7a0b6b6a8 (diff) | |
parent | 9c5812b3eaa5a586bde4a19fa4845ee43f83ba8a (diff) | |
download | numpy-57f2a6fb79a7aba317f3fb57a0f1e2439ea99481.tar.gz |
Merge pull request #17369 from WarrenWeckesser/remove-sentence
DOC: distutils: Remove an obsolete paragraph.
-rw-r--r-- | doc/DISTUTILS.rst.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/DISTUTILS.rst.txt b/doc/DISTUTILS.rst.txt index 01527374d..f1f270462 100644 --- a/doc/DISTUTILS.rst.txt +++ b/doc/DISTUTILS.rst.txt @@ -587,10 +587,6 @@ The header of a typical SciPy ``__init__.py`` is:: test = Tester().test bench = Tester().bench -Note that NumPy submodules still use a file named ``info.py`` in which the -module docstring and ``__all__`` dict are defined. These files will be removed -at some point. - Extra features in NumPy Distutils ''''''''''''''''''''''''''''''''' |