[Python-checkins] r73258 - python/trunk/Doc/tutorial/controlflow.rst

georg.brandl python-checkins at python.org
Sat Jun 6 19:51:31 CEST 2009


Author: georg.brandl
Date: Sat Jun 6 19:51:31 2009
New Revision: 73258
Log:
#6204: use a real reference instead of "see later".
Modified:
 python/trunk/Doc/tutorial/controlflow.rst
Modified: python/trunk/Doc/tutorial/controlflow.rst
==============================================================================
--- python/trunk/Doc/tutorial/controlflow.rst	(original)
+++ python/trunk/Doc/tutorial/controlflow.rst	Sat Jun 6 19:51:31 2009
@@ -285,7 +285,7 @@
 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.


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /