From: Georg Brandl Date: Thu, 16 Jul 2009 07:33:04 +0000 (+0000) Subject: #6486: start with built in functions rather than "built in objects". X-Git-Tag: v2.7a1~766 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da334249a7f4094deff7516ca1317f1230131052;p=python #6486: start with built in functions rather than "built in objects". --- diff --git a/Doc/library/intro.rst b/Doc/library/intro.rst index 33bdefd72e..5e5fc802fb 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!