Skip to content

Commit

Permalink
Fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadali286 committed Jan 8, 2024
1 parent fce2dc0 commit c23ea88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/badges/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class LeaderboardView(generics.ListAPIView):

class VerfyTokenView(APIView):
"""
Verify LMS token List API View
Verify LMS token API View
"""
def post(self, request):
token = request.headers.get('token')
Expand Down

0 comments on commit c23ea88

Please sign in to comment.