10000 Clean up comma usage in Doc/library/functions.rst by Adminixtrator · Pull Request #27083 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Clean up comma usage in Doc/library/functions.rst #27083

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jul 19, 2021
Prev Previous commit
revert that/which change
  • Loading branch information
ambv authored Jul 19, 2021
commit 0c2f75519bc167628d7dca02a27e6d71ff18347b
2 changes: 1 addition & 1 deletion Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ are always available. They are listed here in alphabetical order.
Note that :func:`super` is implemented as part of the binding process for
explicit dotted attribute lookups such as ``super().__getitem__(name)``.
It does so by implementing its own :meth:`__getattribute__` method for searching
classes in a predictable order which supports cooperative multiple inheritance.
classes in a predictable order that supports cooperative multiple inheritance.
Accordingly, :func:`super` is undefined for implicit lookups using statements or
operators such as ``super()[name]``.

Expand Down
0