Merge pull request #10409 from tetrapod00/no-simply

Simply remove some words
This commit is contained in:
Max Hilbrunner
2024-12-15 17:31:18 +01:00
committed by GitHub
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: