Skip to content

Commit c6b8030

Browse files
authored
Update 15_python_type_errors.md
1 parent 3e6f31e commit c6b8030

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

15_Day_Python_type_errors/15_python_type_errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ ZeroDivisionError: division by zero
348348
We cannot divide a number by zero.
349349

350350
We have covered some of the python error types, if you want to check more about it check the python documentation about python error types.
351-
If you are good at reading the error types then you will be able to fix your bugs fast and you will also become a better programmer.
351+
If you are good at reading the error types, then you will be able to fix your bugs fast and you will also become a better programmer.
352352

353353
🌕 You are excelling. You made it to half way to your way to greatness. Now do some exercises for your brain and for your muscle.
354354

@@ -358,4 +358,4 @@ If you are good at reading the error types then you will be able to fix your bug
358358

359359
🎉 CONGRATULATIONS ! 🎉
360360

361-
[<< Day 14](../14_Day_Higher_order_functions/14_higher_order_functions.md) | [Day 16 >>](../16_Day_Python_date_time/16_python_datetime.md)
361+
[<< Day 14](../14_Day_Higher_order_functions/14_higher_order_functions.md) | [Day 16 >>](../16_Day_Python_date_time/16_python_datetime.md)

0 commit comments

Comments
 (0)