From c00ee7060c4660a781c03c8e50b678f5ea6e6794 Mon Sep 17 00:00:00 2001 From: Dapid Date: Wed, 9 Mar 2016 09:43:04 +0100 Subject: [PATCH] Using np.show_config() --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fb49a01..cb4275e 100644 --- a/README.rst +++ b/README.rst @@ -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 (★☆☆)