David Leonard пре 10 година
родитељ
комит
31df8898ff
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      hackathon_starter/hackathon/views.py

+ 1 - 1
hackathon_starter/hackathon/views.py

@@ -294,7 +294,7 @@ def githubUser(request):
     # return JsonResponse({ 'data': parsedData })
 
 def githubTopRepositories(request):
-    '''Returns JSON response of a User's Top Committed repositories'''
+    '''Returns Top Commited Repositories for a specific Github User'''
 
     parsedData = {}
     if request.method == 'POST':