From 3abc6d6cb3cf00a25b30df5f231dc7df80bea406 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 9 Feb 2008 22:00:00 +0000 Subject: Fix link. --- Doc/extending/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/extending/windows.rst b/Doc/extending/windows.rst index a34ba2b..a0782a7 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. -- cgit v0.12