Skip to content

Commit

Permalink
Update 005_Python_User_defined_Exceptions.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
milaan9 authored Jun 19, 2021
1 parent 29bfd85 commit f929bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 005_Python_User_defined_Exceptions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"\n",
"We can further customize this class to accept other arguments as per our needs.\n",
"\n",
"To learn about customizing the Exception classes, you need to have the basic knowledge of **[Python Object-Oriented programming]()**.\n",
"To learn about customizing the Exception classes, you need to have the basic knowledge of **[Python Object-Oriented programming](https://github.com/milaan9/06_Python_Object_Class/blob/main/001_Python_OOPs_Concepts.ipynb)**.\n",
"\n",
"For example:"
]
Expand Down

0 comments on commit f929bfa

Please sign in to comment.