From 51ee23b580ca0cd088ff7adfdeec633d4caef937 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 5 Dec 2015 19:22:33 +0000 Subject: Link to distutils fix --- Doc/Manual/Python.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html index 77d0b7e81..373472d86 100644 --- a/Doc/Manual/Python.html +++ b/Doc/Manual/Python.html @@ -281,7 +281,7 @@ how you might go about compiling and using the generated files.

The preferred approach to building an extension module for python is to compile it with distutils, which comes with all recent versions of python -(Distutils Docs). +(Distutils Docs).

-- cgit v1.2.1