Link to suggestions for how to use super().
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 @@
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