[Python-checkins] distutils2: replaced e.g. with "for example"

tarek.ziade python-checkins at python.org
Sun Sep 19 10:20:22 CEST 2010


tarek.ziade pushed 1843bcc7d7e4 to distutils2:

http://hg.python.org/distutils2/rev/1843bcc7d7e4
changeset:   615:1843bcc7d7e4
user:        Konrad Delong <konryd at gmail.com>
date:        Thu Aug 12 20:06:15 2010 +0200
summary:     replaced e.g. with "for example"
files:       docs/source/distutils/newcommands.rst

diff --git a/docs/source/distutils/newcommands.rst b/docs/source/distutils/newcommands.rst
--- a/docs/source/distutils/newcommands.rst
+++ b/docs/source/distutils/newcommands.rst
@@ -37,14 +37,14 @@
 By default, tests will be run in the "verbose" mode of the ``unittest``
 package's text test runner, but you can get the "quiet" mode (just dots) if
 you supply the ``-q`` or ``--quiet`` option, either as a global option to
-the setup script (e.g. ``setup.py -q test``) or as an option for the ``test``
-command itself (e.g. ``setup.py test -q``).  There is one other option
+the setup script (for example ``setup.py -q test``) or as an option for the ``test``
+command itself (for example ``setup.py test -q``).  There is one other option
 available:
 
 ``--test-suite=NAME, -s NAME``
     Specify the test suite (or module, class, or method) to be run
-    (e.g. ``some_module.test_suite``).  The default for this option can be
-    set by giving a ``test_suite`` argument to the ``setup()`` function, e.g.::
+    (for example ``some_module.test_suite``).  The default for this option can be
+    set by giving a ``test_suite`` argument to the ``setup()`` function, for example::
 
         setup(
             # ...
@@ -113,7 +113,7 @@
 command -- just like the ``upload`` command.
 
 Assuming there is an ``Example`` project with documentation in the
-subdirectory ``docs``, e.g.::
+subdirectory ``docs``, for example::
 
   Example/
   |-- example.py
@@ -134,7 +134,7 @@
     python setup.py upload_docs --upload-dir=docs/build/html
 
 As with any other ``setuptools`` based command, you can define useful
-defaults in the ``setup.cfg`` of your Python project, e.g.:
+defaults in the ``setup.cfg`` of your Python project, for example:
 
 .. code-block:: ini
 

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list