diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 962a53d45ea..1c6c76a5078 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1335,6 +1335,10 @@ available. They are listed here in alphabetical order. argument form specifies the arguments exactly and makes the appropriate references. + For practical suggestions on how to design cooperative classes using + :func:`super`, see `guide to using super() + `_. + .. versionadded:: 2.2