Merge pull request #10 from Dapid/show_config

Using np.show_config()
This commit is contained in:
Nicolas P. Rougier 2016-03-09 10:31:19 +01:00
commit 91d2597985

View File

@ -41,7 +41,7 @@ Thanks to Michiaki Ariga, there is now a
.. code-block:: python
print(np.__version__)
np.__config__.show()
np.show_config()
#. Create a null vector of size 10 (★☆☆)