Skip to content

Commit

Permalink
Apply TR suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: gahjelle <[email protected]>
  • Loading branch information
martin-martin and gahjelle committed Feb 6, 2023
1 parent e8612bb commit eb80ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-a-web-scraper/03_parse.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"metadata": {},
"outputs": [],
"source": [
"title = title.text\n",
"title = title_element.text\n",
"title"
]
},
Expand Down

0 comments on commit eb80ade

Please sign in to comment.