Skip to content

Commit ea7bcf6

Browse files
authored
Update 02 - Handling Exceptions.ipynb
Fix minor typos
1 parent 6573fe5 commit ea7bcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 4/Section 12 - Exceptions/02 - Handling Exceptions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@
996996
"cell_type": "markdown",
997997
"metadata": {},
998998
"source": [
999-
"If having three lefvels of nested try's in a single fucntion is too much for you, we could simplify it a little, at the expense of some repetitive code (usually not a good idea):"
999+
"If having three levels of nested try's in a single function is too much for you, we could simplify it a little, at the expense of some repetitive code (usually not a good idea):"
10001000
]
10011001
},
10021002
{

0 commit comments

Comments
 (0)