Skip to content

Commit 783a30f

Browse files
committed
Link to suggestions for how to use super().
1 parent 2845365 commit 783a30f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/functions.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,10 @@ available. They are listed here in alphabetical order.
13351335
argument form specifies the arguments exactly and makes the appropriate
13361336
references.
13371337

1338+
For practical suggestions on how to design cooperative classes using
1339+
:func:`super`, see `guide to using super()
1340+
<http://rhettinger.wordpress.com/2011/05/26/super-considered-super/>`_.
1341+
13381342
.. versionadded:: 2.2
13391343

13401344

0 commit comments

Comments
 (0)