From 155f09831f38f98c4a06d73f69a1a553907fca01 Mon Sep 17 00:00:00 2001 From: Seungwon Park Date: Fri, 28 Jul 2017 21:15:24 +0900 Subject: [PATCH] Fixed typo of **hint.ipynb verison -> version --- 100 Numpy exercises with hint.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/100 Numpy exercises with hint.ipynb b/100 Numpy exercises with hint.ipynb index 6df24e5..d380ae6 100644 --- a/100 Numpy exercises with hint.ipynb +++ b/100 Numpy exercises with hint.ipynb @@ -34,7 +34,7 @@ "metadata": {}, "source": [ "#### 2. Print the numpy version and the configuration (★☆☆) \n", - "(**hint**: np.\\_\\_verison\\_\\_, np.show\\_config)" + "(**hint**: np.\\_\\_version\\_\\_, np.show\\_config)" ] }, {