Skip to content

Commit 3f15a8f

Browse files
updated techCrunch.py
1 parent 58c7c6d commit 3f15a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TechCrunch-Scraper/techCrunch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class TechCrunch:
1414
1. ``.getArticles() | Response - Articles with title, descriptions, images, date and link.
1515
"""
1616

17-
def getArticles(self, category):
17+
def get_articles(self, category):
1818

1919
"""
2020
Class - `TechCrunch`

0 commit comments

Comments
 (0)