Skip to content

Commit 47a93a9

Browse files
authored
[Ch4Nb05] Fixed a minor error
'os.mkdir' was misspelled as 'os.makdir'
1 parent 782afc2 commit 47a93a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Ch4/05_DeepNN_Example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"except ModuleNotFoundError:\n",
7878
" \n",
7979
" if not os.path.exists(os.getcwd()+'\\\\Data\\\\glove.6B'):\n",
80-
" os.makdir(os.getcwd()+'\\\\Data\\\\glove.6B')\n",
80+
" os.mkdir(os.getcwd()+'\\\\Data\\\\glove.6B')\n",
8181
" \n",
8282
" url='http://nlp.stanford.edu/data/glove.6B.zip' \n",
8383
" path=os.getcwd()+'\\Data' \n",
@@ -549,7 +549,7 @@
549549
"name": "python",
550550
"nbconvert_exporter": "python",
551551
"pygments_lexer": "ipython3",
552-
"version": "3.7.0"
552+
"version": "3.7.4"
553553
}
554554
},
555555
"nbformat": 4,

0 commit comments

Comments
 (0)