Skip to content

Commit cb65485

Browse files
committed
Fix Ruff error
Fix trailing spaces
1 parent 6e81a51 commit cb65485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/multibit_manipulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
It's not so bad once you get the hang of it, although it can still be a
5858
bear to debug. In the insert example above, the result of inserting 0b11
5959
in the center ( index=3 ) or to the right ( index=2 ) produces the same
60-
correct result despite the misspecification. These algorithms are very
60+
correct result despite the misspecification. These algorithms are very
6161
fast but can be touchy at times.
6262
6363
Various bit insert/remove solutions exist using bin() string functions

0 commit comments

Comments
 (0)