Skip to content

Commit 8387a37

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/armstrong_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def is_armstrong(num: int) -> bool:
2020
if is_armstrong(number):
2121
print(f"{number} is an Armstrong number.")
2222
else:
23-
print(f"{number} is not an Armstrong number.")
23+
print(f"{number} is not an Armstrong number.")

0 commit comments

Comments
 (0)