Skip to content

Commit e0e5507

Browse files
michetonuyasoob
authored andcommitted
Update enumerate.rst (yasoob#172)
It's -> its
1 parent 19a1942 commit e0e5507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

enumerate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Enumerate
22
---------
33

4-
Enumerate is a built-in function of Python. It's usefulness can not be
4+
Enumerate is a built-in function of Python. Its usefulness can not be
55
summarized in a single line. Yet most of the newcomers and even some
66
advanced programmers are unaware of it. It allows us to loop over
77
something and have an automatic counter. Here is an example:

0 commit comments

Comments
 (0)