Update Sphinx Lint and fix unnecessary parentheses in :func:s (#123960)

This commit is contained in:
Hugo van Kemenade 2024-09-11 21:05:15 +03:00 committed by GitHub
parent e07154fd1e
commit eb169f4027
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -315,7 +315,7 @@ Functions
* If eval_str is true, :func:`eval` is called on values of type
:class:`!str`. (Note that :func:`!get_annotations` doesn't catch
exceptions; if :func:`eval()` raises an exception, it will unwind
exceptions; if :func:`eval` raises an exception, it will unwind
the stack past the :func:`!get_annotations` call.)
* If *eval_str* is false (the default), values of type :class:`!str` are
unchanged.