diff options
-rw-r--r-- | Doc/library/functions.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 962a53d..1c6c76a 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() + <http://rhettinger.wordpress.com/2011/05/26/super-considered-super/>`_. + .. versionadded:: 2.2 |