feat: add file documenting.rst

This commit is contained in:
dancingCycle 2022-11-08 15:37:09 +01:00
parent 23f363a611
commit f5353add6a
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Documenting
.. py:function:: enumerate(sequence[, start=0])
Return an iterator that yields tuples of an index and an item of the
*sequence*. (And so on.)