Fix `div` docstring to describe division, after #33040 (#33703)
It looks like in #33040 the `div` docstring was accidentally incorrectly copied from the `rem` docstring, so it currently describes the `rem` operation, not `div`.
This commit changes that docstring to correctly describe integer division with custom rounding.