Skip to content

Commit f40f854

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/binomial_coefficient.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def binomial_coefficient(n: int, r: int) -> int:
1616
1
1717
>>> binomial_coefficient(10, 10) # TODO: Fix this test
1818
1
19-
19+
2020
# >>> binomial_coefficient(5, 6) # TODO: This should raise an error
2121
# Traceback (most recent call last):
2222
# ...

0 commit comments

Comments
 (0)