[Python-checkins] devguide: '.::' displays as '.:'. Reported in email by Bob Hanson.

terry.reedy python-checkins at python.org
Sun Mar 10 19:56:50 CET 2013


http://hg.python.org/devguide/rev/05280745b1b1
changeset:   608:05280745b1b1
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sun Mar 10 14:54:31 2013 -0400
summary:
  '.::' displays as '.:'. Reported in email by Bob Hanson.

files:
  setup.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -137,7 +137,7 @@
 More flags are available to ``configure``, but this is the minimum you should
 do to get a pydebug build of CPython.
 
-Once ``configure`` is done, you can then compile CPython.::
+Once ``configure`` is done, you can then compile CPython with::
 
     make -s -j2
 

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


More information about the Python-checkins mailing list