Skip to content

Commit 8419cd8

Browse files
committed
fix links
1 parent 45c95f7 commit 8419cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

05_object_oriented_programming.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
"These are also called **dunder methods**, that is, \"double-underscore methods\", because their names look like `__method__`.\n",
416416
"\n",
417417
"There are special **attributes** as well.\n",
418-
"We will not cover them during this course, but you can read about them [here](https://docs.python.org/3/reference/datamodel.html#object.__lt__) if you want to."
418+
"We will not cover them during this course, but you can read about them [here](https://docs.python.org/3/reference/datamodel.html#callable-types) if you want to."
419419
]
420420
},
421421
{
@@ -1042,7 +1042,7 @@
10421042
"\n",
10431043
"Again, Python has special methods we can use to provide that functionality.\n",
10441044
"\n",
1045-
"These are `__lt__`, `__gt__`, `__le__` methods. There are [many more](https://docs.python.org/3/reference/datamodel.html#callable-types)!"
1045+
"These are `__lt__`, `__gt__`, `__le__` methods. There are [many more](https://docs.python.org/3/reference/datamodel.html#object.__lt__)!"
10461046
]
10471047
},
10481048
{

0 commit comments

Comments
 (0)