Using np.show_config()

This commit is contained in:
Dapid 2016-03-09 09:43:04 +01:00
parent b7d801c3e2
commit c00ee7060c

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 (★☆☆)