gh-35163: Fix the documentation for the so matrix Lie algebra
<!-- ^^^^^
Please provide a concise, informative and self-explanatory title.
Don't put issue numbers in there, do this in the PR body below.
For example, instead of "Fixes #1234" use "Introduce new method to
calculate 1+1"
-->
### 📚 Description
The documentation for the `so` matrix Lie algebra is wrong as the
bilinear form used to construct the Lie group is different (`SO` fixes
any bilinear form, the standard one (dot product) gives the classical
orthogonal matrix definition). We fix this here.
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [x] I have made sure that the title is self-explanatory and the
description concisely explains the PR.
- [ ] I have linked an issue or discussion.
- [ ] I have created tests covering the changes.
- [x] I have updated the documentation accordingly.
URL: https://github.com/sagemath/sage/pull/35163
Reported by: Travis Scrimshaw
Reviewer(s): Frédéric Chapoton