Skip to content

Commit 1fab302

Browse files
committed
Fix: Issue 9588
1 parent 4e9df4a commit 1fab302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: maths/base_neg2_conversion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def decimal_to_negative_base_2(n):
44
This function returns the number negative base 2 of the decimal number of the input data.
55
66
Args:
7-
n (int): The decimal number to convert.
7+
int: The decimal number to convert.
88
99
Returns:
1010
int: The negative base 2 number.

0 commit comments

Comments
 (0)