We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e81a51 commit cb65485Copy full SHA for cb65485
bit_manipulation/multibit_manipulation.py
@@ -57,7 +57,7 @@
57
It's not so bad once you get the hang of it, although it can still be a
58
bear to debug. In the insert example above, the result of inserting 0b11
59
in the center ( index=3 ) or to the right ( index=2 ) produces the same
60
-correct result despite the misspecification. These algorithms are very
+correct result despite the misspecification. These algorithms are very
61
fast but can be touchy at times.
62
63
Various bit insert/remove solutions exist using bin() string functions
0 commit comments