<!-- Provide a general summary of your proposed changes in the Title field above -->
A typo in the docstrings [here](https://docs.sqlalchemy.org/en/20/orm/session_api.html#sqlalchemy.orm.Session.get_one) shows the incorrectly formatted text:

This pull request is:
- [X] A documentation / typographical / small typing error fix
- Good to go, no issue or tests are needed
- [ ] A short code fix
- please include the issue number, and create an issue if none exists, which
must include a complete example of the issue. one line code fixes without an
issue and demonstration will not be accepted.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests. one line code fixes without tests will not be accepted.
- [ ] A new feature implementation
- please include the issue number, and create an issue if none exists, which must
include a complete example of how the feature would look.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.
**Have a nice day!**
Closes: #10437
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/10437
Pull-request-sha:
82ef25ecbc5b39487b5b55bedb43df9c2a57ae2e
Change-Id: I4ae54733c4bd63239fc94a7fd2099bb3896718ca
For a detailed documentation of the arguments see the
method :meth:`.Session.get`.
- ..versionadded: 2.0.22
+ .. versionadded:: 2.0.22
:return: The object instance, or ``None``.
For a detailed documentation of the arguments see the
method :meth:`.Session.get`.
- ..versionadded: 2.0.22
+ .. versionadded:: 2.0.22
:return: The object instance, or ``None``.