diff --git a/scrapper/gscholar.py b/scrapper/gscholar.py index 222d0eb..df72ea8 100644 --- a/scrapper/gscholar.py +++ b/scrapper/gscholar.py @@ -66,7 +66,7 @@ def getUsers(name): res.append(user) return res -# Get Citations Data with User ID +# Get Citations Data with User ID def getCitations(user_id): data = [] start = 0