Skip to content

Commit 939bb62

Browse files
committed
Fix typo
1 parent b5bbaaf commit 939bb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/beginner/exercises/recap2_exercise.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
" da_empty = DataAnalyzer(EMPTY_FILE)\n",
174174
"except NoData:\n",
175175
" print('All ok :)')\n",
176-
"else: # There was not exception\n",
176+
"else: # There was no exception\n",
177177
" assert False"
178178
]
179179
}

0 commit comments

Comments
 (0)