gh-38835: Remove redundant modulo operation in vector_modn_dense
Just a tiny change. There's no user-visible behavior seen.
(The output of `int(…)` is already reduced modulo `p` anyway.)
### :memo: Checklist
<!-- Put an `x` in all the boxes that apply. -->
- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation and checked the documentation
preview.
URL: https://github.com/sagemath/sage/pull/38835
Reported by: user202729
Reviewer(s): Frédéric Chapoton, Travis Scrimshaw, user202729