Skip to content

Commit

Permalink
First item is zero indexed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed Nov 23, 2020
1 parent 11ac607 commit d2855ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disjoint_union/disjoint_union.py
Expand Up @@ -2,7 +2,7 @@
from collections import Iterable, Sequence


FIRST_ITEM: int = 1
FIRST_ITEM: int = 0


Iterables = Union[Iterable, Sequence]
Expand Down

0 comments on commit d2855ca

Please sign in to comment.