[Python-checkins] devguide: Replace some nbsp with normal spaces and an en dash with a normal dash.
ezio.melotti
python-checkins at python.org
Tue Jan 17 10:45:44 CET 2012
http://hg.python.org/devguide/rev/2e05050e6879
changeset: 481:2e05050e6879
user: Ezio Melotti <ezio.melotti at gmail.com>
date: Tue Jan 17 11:45:37 2012 +0200
summary:
Replace some nbsp with normal spaces and an en dash with a normal dash.
files:
setup.rst | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -198,46 +198,46 @@
every rule.
``Doc``
- The official documentation. This is what http://docs.python.org/ uses.
+ The official documentation. This is what http://docs.python.org/ uses.
To build the docs, see ``Doc/README.txt``.
``Grammar``
- Contains the :abbr:`EBNF (Extended Backus–Naur Form)` grammar file for
+ Contains the :abbr:`EBNF (Extended Backus-Naur Form)` grammar file for
Python.
``Include``
- Contains all interpreter-wide header files.
+ Contains all interpreter-wide header files.
``Lib``
- The part of the standard library implemented in pure Python.
+ The part of the standard library implemented in pure Python.
``Mac``
- Mac-specific code (e.g., using IDLE as an OS X application).
+ Mac-specific code (e.g., using IDLE as an OS X application).
``Misc``
- Things that do not belong elsewhere. Typically this is varying kinds of
+ Things that do not belong elsewhere. Typically this is varying kinds of
developer-specific documentation.
``Modules``
- The part of the standard library (plus some other code) that is implemented
+ The part of the standard library (plus some other code) that is implemented
in C.
``Objects``
- Code for all built-in types.
+ Code for all built-in types.
``PC``
- Windows-specific code along with build files for VC 6, 7, & 8 along with
+ Windows-specific code along with build files for VC 6, 7, & 8 along with
OS/2.
``PCbuild``
- Build files for VC 9 and newer.
+ Build files for VC 9 and newer.
``Parser``
- Code related to the parser. The definition of the AST nodes is also kept
+ Code related to the parser. The definition of the AST nodes is also kept
here.
``Python``
- The code that makes up the CPython interpreter. This includes the compiler,
+ The code that makes up the CPython interpreter. This includes the compiler,
eval loop and various built-in modules.
``Tools``
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list