]> granicus.if.org Git - python/commitdiff
#6486: start with built in functions rather than "built in objects".
authorGeorg Brandl <georg@python.org>
Thu, 16 Jul 2009 07:33:04 +0000 (07:33 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 16 Jul 2009 07:33:04 +0000 (07:33 +0000)
Doc/library/intro.rst

index 33bdefd72edcce8276f8a5111516280aa3fbe81b..5e5fc802fbcf36ba5dcc725fda361ce0ef2e0ecf 100644 (file)
@@ -44,8 +44,9 @@ browse the table of contents (in front of the manual), or look for a specific
 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!