Skip to content

Commit 2b0ee30

Browse files
authored
Rename binary_OR_operator.py to binary_or_operator.py
1 parent 686e5ef commit 2b0ee30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/binary_OR_operator.py renamed to bit_manipulation/binary_or_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ def convert_to_binary(num: int)-> str:
6969
if __name__ == "__main__":
7070
import doctest
7171

72-
doctest.testmod()
72+
doctest.testmod()

0 commit comments

Comments
 (0)