From 4ebf80734da763fa73685799a4bd25e6a1d93a79 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 22 Oct 2009 07:56:56 +0000 Subject: [PATCH] Fix duplicate target. --- Doc/faq/extending.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/faq/extending.rst b/Doc/faq/extending.rst index 82fed973796..f01b0a0bfa9 100644 --- a/Doc/faq/extending.rst +++ b/Doc/faq/extending.rst @@ -48,7 +48,7 @@ Python's C API. 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 `_. `SIP -`_, `CXX +`__, `CXX `_ `Boost `_, or `Weave `_ are also alternatives for wrapping