Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5dd095

Browse files
committed
Closes #21675: fix ordering of description in library intro
1 parent 682124c commit c5dd095

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/library/intro.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ requires them; yet others are available only when a particular configuration
3030
option was chosen at the time when Python was compiled and installed.
3131

3232
This manual is organized "from the inside out:" it first describes the built-in
33-
data types, then the built-in functions and exceptions, and finally the modules,
34-
grouped in chapters of related modules. The ordering of the chapters as well as
35-
the ordering of the modules within each chapter is roughly from most relevant to
36-
least important.
33+
functions, data types and exceptions, and finally the modules, grouped in
34+
chapters of related modules.
3735

3836
This means that if you start reading this manual from the start, and skip to the
3937
next chapter when you get bored, you will get a reasonable overview of the

0 commit comments

Comments
 (0)