Simply remove some words

This commit is contained in:
tetrapod00
2024-12-14 20:36:17 -08:00
parent 19f5643c46
commit bd25f5813a
15 changed files with 23 additions and 20 deletions

View File

@@ -3645,7 +3645,7 @@ Bitwise function descriptions
The returned value will have bits [offset, offset + bits + 1] taken from [0, bits - 1] of ``insert`` and
all other bits taken directly from the corresponding bits of base.
.. note:: If bits is zero, the result will simply be the original value of base.
.. note:: If bits is zero, the result will be the original value of base.
.. warning::
The result will be undefined if: