Skip to content

Commit b7ebf35

Browse files
committed
Minor change to url
1 parent b7750e1 commit b7ebf35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bit_manipulation/binary_shifts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Information on binary shifts: https://docs.python.org/3/library/stdtypes.html#bitwise-operations-on-integer-types
1+
# Information on binary shifts:
2+
# https://docs.python.org/3/library/stdtypes.html#bitwise-operations-on-integer-types
23
# https://www.interviewcake.com/concept/java/bit-shift
34

45

0 commit comments

Comments
 (0)