Skip to content

Commit a70bef9

Browse files
despadamSnowwpanda
andauthored
Update 05_object_oriented_programming.ipynb
Co-authored-by: Pascal Su <pascal.su@empa.ch>
1 parent 5a2b40a commit a70bef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05_object_oriented_programming.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@
10071007
"%%ipytest\n",
10081008
"\n",
10091009
"def solution_oop_compare_persons(person_1: tuple[str], person_2: tuple[str]) -> list:\n",
1010-
" \"\"\"A function that contains the definition of a class Person, and returns an instance of it.\n",
1010+
" \"\"\"A function that contains the definition of a class Person, and returns two instances of it.\n",
10111011
"\n",
10121012
" Person is a class with two attributes called 'first_name' and 'last_name'.\n",
10131013
" Person implements the __eq__() comparison method,\n",

0 commit comments

Comments
 (0)