Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix invalid RST syntax.
  • Loading branch information
congma committed Mar 29, 2021
commit 6504b9cb12ad8c65c6a6770aa3e0611af0701eb9
4 changes: 2 additions & 2 deletions Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ are always available. They are listed here in alphabetical order.

The evaluation is performed in the environment specified by the arguments
*globals* and *locals*. If both are omitted, by default it uses the
environment where :func`eval` is called. If only the *globals* argument is
environment where :func:`eval` is called. If only the *globals* argument is
given, the local namespace defaults to *globals*.

Before evaluation, the special key ``"__builtins__"`` is searched for in the
Expand Down Expand Up @@ -584,7 +584,7 @@ are always available. They are listed here in alphabetical order.

The execution is performed in the environment specified by the arguments
*globals* and *locals*. If both are omitted, by default it uses the
environment where :func`exec` is called. If only the *globals* argument is
environment where :func:`exec` is called. If only the *globals* argument is
given, the local namespace defaults to *globals*.

Before execution, the special key ``"__builtins__"`` is searched for in the
Expand Down