Skip to content

Commit 4326c76

Browse files
authored
iterable
1 parent ce225fc commit 4326c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: project_euler/problem_047/sol1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def upf_len(num: int) -> int:
5858

5959
def equality(iterable: list) -> bool:
6060
"""
61-
Check equality of ALL elements in an interable.
61+
Check equality of ALL elements in an iterable
6262
>>> equality([1, 2, 3, 4])
6363
False
6464
>>> equality([2, 2, 2, 2])

0 commit comments

Comments
 (0)