diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 4d3b2f593c0f6d..e2c7a7520807ed 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1593,8 +1593,8 @@ are always available. They are listed here in alphabetical order. .. function:: super([type[, object-or-type]]) - Return a proxy object that delegates method calls to a parent or sibling - class of *type*. This is useful for accessing inherited methods that have + Return a proxy object that delegates attribute access to a parent or sibling + class of *type*. This is commonly used for accessing inherited methods that have been overridden in a class. The *object-or-type* determines the :term:`method resolution order`