diff -r 3f9a81297b39 Doc/distutils/apiref.rst --- a/Doc/distutils/apiref.rst Thu Mar 27 12:41:53 2014 -0400 +++ b/Doc/distutils/apiref.rst Thu Mar 27 13:28:26 2014 -0700 @@ -1671,8 +1671,8 @@ =================================================================== .. module:: distutils.cmd - :synopsis: This module provides the abstract base class Command. This class - is subclassed by the modules in the distutils.command subpackage. + :synopsis: Provides the abstract base class Command, which is subclassed by + the modules in the distutils.command subpackage. This module supplies the abstract base class :class:`Command`. diff -r 3f9a81297b39 Doc/library/linecache.rst --- a/Doc/library/linecache.rst Thu Mar 27 12:41:53 2014 -0400 +++ b/Doc/library/linecache.rst Thu Mar 27 13:28:26 2014 -0700 @@ -2,7 +2,7 @@ ================================================ .. module:: linecache - :synopsis: This module provides random access to individual lines from text files. + :synopsis: Provides random access to individual lines from text files. .. sectionauthor:: Moshe Zadka **Source code:** :source:`Lib/linecache.py` diff -r 3f9a81297b39 Doc/whatsnew/2.0.rst --- a/Doc/whatsnew/2.0.rst Thu Mar 27 12:41:53 2014 -0400 +++ b/Doc/whatsnew/2.0.rst Thu Mar 27 13:28:26 2014 -0700 @@ -1090,7 +1090,7 @@ :mod:`dircmp` modules, which have now become deprecated. (Contributed by Gordon MacMillan and Moshe Zadka.) -* :mod:`gettext`: This module provides internationalization (I18N) and +* :mod:`gettext`: Provides internationalization (I18N) and localization (L10N) support for Python programs by providing an interface to the GNU gettext message catalog library. (Integrated by Barry Warsaw, from separate contributions by Martin von Löwis, Peter Funk, and James Henstridge.)