From e3b9b5e4ede02d5d85698fabc5f28af25d4d56b4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 6 Jun 2009 17:51:31 +0000 Subject: #6204: use a real reference instead of "see later". --- Doc/tutorial/controlflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index 3c6d164..55462d9 100644 --- a/Doc/tutorial/controlflow.rst +++ b/Doc/tutorial/controlflow.rst @@ -285,7 +285,7 @@ This example, as usual, demonstrates some new Python features: and ``methodname`` is the name of a method that is defined by the object's type. Different types define different methods. Methods of different types may have the same name without causing ambiguity. (It is possible to define your own - object types and methods, using *classes*, as discussed later in this tutorial.) + object types and methods, using *classes*, see :ref:`tut-classes`) The method :meth:`append` shown in the example is defined for list objects; it adds a new element at the end of the list. In this example it is equivalent to ``result = result + [b]``, but more efficient. -- cgit v0.12