flake8 style

This commit is contained in:
Itamar Friedman
2023-04-13 00:04:08 +03:00
parent 9f972f4ee9
commit bf3c76ced7
3 changed files with 13 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ from scripts.browse import scrape_text
Code Analysis
Objective:
The objective of the "scrape_text" function is to scrape the text content from
The objective of the "scrape_text" function is to scrape the text content from
a given URL and return it as a string, after removing any unwanted HTML tags and scripts.
Inputs: