@@ -14,7 +14,7 @@ source form. Some modules provide interfaces that are highly specific to
1414Python, like printing a stack trace; some provide interfaces that are specific
1515to particular operating systems, such as access to specific hardware; others
1616provide interfaces that are specific to a particular application domain, like
17- the web development. Some modules are available in all versions and ports of
17+ web development. Some modules are available in all versions and ports of
1818Python; others are only available when the underlying system supports or
1919requires them; yet others are available only when a particular configuration
2020option was chosen at the time when Python was compiled and installed.
@@ -27,9 +27,9 @@ browse the table of contents (in front of the manual), or look for a specific
2727function, module or term in the index (in the back). And finally, if you enjoy
2828learning about random subjects, you choose a random page
2929and read a section or two. Regardless of the order in which you
30- read the sections of this manual, it helps to start with chapter
31- :ref: `built-in-funcs `, as the remainder of the manual assumes familiarity with
32- this material.
30+ read the sections of this manual, it helps to first read
31+ :ref: `built-in-funcs ` in :ref: ` builtin-index ` , as the remainder of this section
32+ assumes familiarity with this material.
3333
3434Let the show begin!
3535
0 commit comments