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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3abc6d6cb3cf00a25b30df5f231dc7df80bea406;p=python Fix link. --- diff --git a/Doc/extending/windows.rst b/Doc/extending/windows.rst index a34ba2bf99..a0782a7484 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.