[Python-checkins] r74021 - python/trunk/Doc/library/intro.rst

georg.brandl python-checkins at python.org
Thu Jul 16 09:33:04 CEST 2009


Author: georg.brandl
Date: Thu Jul 16 09:33:04 2009
New Revision: 74021

Log:
#6486: start with built in functions rather than "built in objects".

Modified:
   python/trunk/Doc/library/intro.rst

Modified: python/trunk/Doc/library/intro.rst
==============================================================================
--- python/trunk/Doc/library/intro.rst	(original)
+++ python/trunk/Doc/library/intro.rst	Thu Jul 16 09:33:04 2009
@@ -44,8 +44,9 @@
 function, module or term in the index (in the back).  And finally, if you enjoy
 learning about random subjects, you choose a random page number (see module
 :mod:`random`) and read a section or two.  Regardless of the order in which you
-read the sections of this manual, it helps to start with chapter :ref:`builtin`,
-as the remainder of the manual assumes familiarity with this material.
+read the sections of this manual, it helps to start with chapter
+:ref:`built-in-funcs`, as the remainder of the manual assumes familiarity with
+this material.
 
 Let the show begin!
 


More information about the Python-checkins mailing list