Skip to content

Commit 8606171

Browse files
committed
fix: issue TheAlgorithms#9588
1 parent e7bc55c commit 8606171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/base_neg2_conversion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ def decimal_to_negative_base_2(num: int) -> int:
3333

3434
if __name__ == "__main__":
3535
import doctest
36-
doctest.testmod()
36+
doctest.testmod()

0 commit comments

Comments
 (0)