[Python-checkins] devguide: Silence Sphinx warning

nick.coghlan python-checkins at python.org
Fri Oct 19 14:06:30 CEST 2012


http://hg.python.org/devguide/rev/08f963e19a3e
changeset:   559:08f963e19a3e
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri Oct 19 22:06:19 2012 +1000
summary:
  Silence Sphinx warning

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
@@ -184,7 +184,7 @@
 '''''''
 
 **Python 3.3** and later use Microsoft Visual Studio 2010.  You can
-download Microsoft Visual C++ 2010 Express `here
+download Microsoft Visual C++ 2010 Express `from Microsoft's site
 <http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express>`_.
 
 Most Python versions prior to 3.3 use Microsoft Visual Studio 2008.  You can

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


More information about the Python-checkins mailing list