Skip to content

Commit d672791

Browse files
geryogammiss-islington
authored andcommitted
Update functions.rst (GH-16468)
This PR will make the following changes to the [_Built-in Functions_](https://docs.python.org/3/library/functions.html) chapter of the library documentation: - improve hyperlinks in Sphinx roles (trailing 's' belong to hyperlinks). Automerge-Triggered-By: @csabella
1 parent 9391f6c commit d672791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/functions.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ are always available. They are listed here in alphabetical order.
473473
dictionary is omitted it defaults to the *globals* dictionary. If both
474474
dictionaries are omitted, the expression is executed with the *globals* and
475475
*locals* in the environment where :func:`eval` is called. Note, *eval()*
476-
does not have access to the :term:`nested scope`\s (non-locals) in the
476+
does not have access to the :term:`nested scopes <nested scope>` (non-locals) in the
477477
enclosing environment.
478478

479479
The return value is the result of
@@ -1632,7 +1632,7 @@ are always available. They are listed here in alphabetical order.
16321632
# super(C, self).method(arg)
16331633

16341634
In addition to method lookups, :func:`super` also works for attribute
1635-
lookups. One possible use case for this is calling :term:`descriptor`\s
1635+
lookups. One possible use case for this is calling :term:`descriptors <descriptor>`
16361636
in a parent or sibling class.
16371637

16381638
Note that :func:`super` is implemented as part of the binding process for

0 commit comments

Comments
 (0)