mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Update Sphinx Lint and fix unnecessary parentheses in :func:
s (#123960)
This commit is contained in:
parent
e07154fd1e
commit
eb169f4027
3 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue