From: Georg Brandl Date: Sat, 9 Feb 2008 22:00:00 +0000 (+0000) Subject: Fix link. X-Git-Tag: v2.6a1~215 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3abc6d6cb3cf00a25b30df5f231dc7df80bea406;p=thirdparty%2FPython%2Fcpython.git Fix link. --- diff --git a/Doc/extending/windows.rst b/Doc/extending/windows.rst index a34ba2bf995c..a0782a74842a 100644 --- a/Doc/extending/windows.rst +++ b/Doc/extending/windows.rst @@ -179,7 +179,7 @@ and add the following to the module initialization function:: MyObject_Type.ob_type = &PyType_Type; -Refer to section 3 of the `Python FAQ `_ for +Refer to section 3 of the `Python FAQ `_ for details on why you must do this.