From 52d0b07b63e925f4b8c5e26655f942b3c234816f Mon Sep 17 00:00:00 2001 From: Moe Date: Mon, 22 Aug 2022 10:53:46 +0700 Subject: [PATCH] Fix Typo --- scrapper/gscholar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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