[Python-checkins] devguide: Add missing space.

ezio.melotti python-checkins at python.org
Thu Sep 20 06:46:19 CEST 2012


http://hg.python.org/devguide/rev/308e8d6d20ed
changeset:   551:308e8d6d20ed
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Sep 20 07:46:03 2012 +0300
summary:
  Add missing space.

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


diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -307,7 +307,7 @@
 Note that, due to some previously built executables being used as a part of
 the build process, you may sometimes run into issues when attempting to
 switch between Python 2.x and Python 3.x branches. In these cases, it is
-best to run a ``make distclean``to ensure that all previously built files
+best to run a ``make distclean`` to ensure that all previously built files
 are removed.
 
 

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


More information about the Python-checkins mailing list