Browse Source

Fixed the class definition - thank you Lucky P for pointing this out!

pull/40/head
Edward Donner 7 months ago
parent
commit
aecf2cf337
  1. 1
      week1/day5.ipynb

1
week1/day5.ipynb

@ -64,6 +64,7 @@
" title: str\n",
" body: str\n",
" links: List[str]\n",
" text: str\n",
"\n",
" def __init__(self, url):\n",
" self.url = url\n",

Loading…
Cancel
Save