From 60ded964b95ba8a3432348f70f0f888b3e4bc44a Mon Sep 17 00:00:00 2001 From: Leonardo Ienke Jr <34779882+leoienkejr@users.noreply.github.com> Date: Thu, 8 Mar 2018 14:36:52 -0300 Subject: [PATCH] Fixed a typo --- 100 Numpy exercises with hint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/100 Numpy exercises with hint.md b/100 Numpy exercises with hint.md index e95d56d..fdf19b5 100644 --- a/100 Numpy exercises with hint.md +++ b/100 Numpy exercises with hint.md @@ -18,7 +18,7 @@ free to open an issue at #### 2. Print the numpy version and the configuration (★☆☆) -(**hint**: np.\_\_verison\_\_, np.show\_config) +(**hint**: np.\_\_version\_\_, np.show\_config)