Skip to content

Commit 8757e02

Browse files
authored
Update 06_Built-ins.ipynb
Replaced link to optional readings on classes, objects, etc. with this URL: https://docs.python.org/3/tutorial/classes.html https://www.jeffknupp.com/blog/2014/06/18/improve-your-python-python-classes-and-object-oriented-programming was reported to be no longer available.
1 parent 97aa444 commit 8757e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Day_1/06_Built-ins.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
" - Everything that exists is an object.\n",
189189
" - Everything that happens is a function call.\n",
190190
" \n",
191-
"Read more about objects, classes and methods [here](https://www.jeffknupp.com/blog/2014/06/18/improve-your-python-python-classes-and-object-oriented-programming)\n",
191+
"Read more about objects, classes and methods [here](https://docs.python.org/3/tutorial/classes.html)\n",
192192
"\n",
193193
"Check out our Python glossary [here](https://github.com/dlab-berkeley/python-intensive/blob/master/Glossary.md)."
194194
]

0 commit comments

Comments
 (0)