[Python-checkins] cpython (3.4): Closes #21675: fix ordering of description in library intro

georg.brandl python-checkins at python.org
Sat Oct 11 15:08:28 CEST 2014


https://hg.python.org/cpython/rev/52b9d79f6bfa
changeset:   92951:52b9d79f6bfa
branch:      3.4
parent:      92945:4563fff4e099
user:        Georg Brandl <georg at python.org>
date:        Sat Oct 11 14:32:34 2014 +0200
summary:
  Closes #21675: fix ordering of description in library intro

files:
  Doc/library/intro.rst |  6 ++----
  1 files changed, 2 insertions(+), 4 deletions(-)


diff --git a/Doc/library/intro.rst b/Doc/library/intro.rst
--- a/Doc/library/intro.rst
+++ b/Doc/library/intro.rst
@@ -30,10 +30,8 @@
 option was chosen at the time when Python was compiled and installed.
 
 This manual is organized "from the inside out:" it first describes the built-in
-data types, then the built-in functions and exceptions, and finally the modules,
-grouped in chapters of related modules.  The ordering of the chapters as well as
-the ordering of the modules within each chapter is roughly from most relevant to
-least important.
+functions, data types and exceptions, and finally the modules, grouped in
+chapters of related modules.
 
 This means that if you start reading this manual from the start, and skip to the
 next chapter when you get bored, you will get a reasonable overview of the

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list