fix: correct enumerate function description grammar (#64879)

Co-authored-by: dhruvac29 <dhruvac29@users.noreply.github.com>
This commit is contained in:
Dhruvilkumar Ashokbhai Chodvadiya
2025-12-24 01:15:48 -08:00
committed by GitHub
parent 2ef4efb963
commit bc3196b49c
@@ -141,7 +141,7 @@ Review the beginning of the lesson for the answer.
---
It is used to track of the index for an iterable and return an `enumerate` object.
It is used to keep track of the index of an iterable and return an `enumerate` object.
---