[Python-checkins] r75595 - python/trunk/Doc/faq/extending.rst

georg.brandl python-checkins at python.org
Thu Oct 22 09:56:56 CEST 2009


Author: georg.brandl
Date: Thu Oct 22 09:56:56 2009
New Revision: 75595

Log:
Fix duplicate target.

Modified:
   python/trunk/Doc/faq/extending.rst

Modified: python/trunk/Doc/faq/extending.rst
==============================================================================
--- python/trunk/Doc/faq/extending.rst	(original)
+++ python/trunk/Doc/faq/extending.rst	Thu Oct 22 09:56:56 2009
@@ -48,7 +48,7 @@
 If you need to interface to some C or C++ library for which no Python extension
 currently exists, you can try wrapping the library's data types and functions
 with a tool such as `SWIG <http://www.swig.org>`_.  `SIP
-<http://www.riverbankcomputing.co.uk/software/sip/>`_, `CXX
+<http://www.riverbankcomputing.co.uk/software/sip/>`__, `CXX
 <http://cxx.sourceforge.net/>`_ `Boost
 <http://www.boost.org/libs/python/doc/index.html>`_, or `Weave
 <http://www.scipy.org/site_content/weave>`_ are also alternatives for wrapping


More information about the Python-checkins mailing list