From da334249a7f4094deff7516ca1317f1230131052 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 16 Jul 2009 07:33:04 +0000 Subject: [PATCH] #6486: start with built in functions rather than "built in objects". --- Doc/library/intro.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/library/intro.rst b/Doc/library/intro.rst index 33bdefd72ed..5e5fc802fbc 100644 --- a/Doc/library/intro.rst +++ b/Doc/library/intro.rst @@ -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!