Skip to content

Commit 1176669

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent adb8947 commit 1176669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maths/armstrong_numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def is_armstrong(number: int) -> bool:
1919
False
2020
>>> is_armstrong(25)
2121
False
22-
22+
2323
References:
2424
- https://en.wikipedia.org/wiki/Narcissistic_number
2525
"""

0 commit comments

Comments
 (0)