Fix link.

This commit is contained in:
Georg Brandl 2008-02-09 22:00:00 +00:00
parent c207c717d8
commit 3abc6d6cb3
1 changed files with 1 additions and 1 deletions

View File

@ -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 <http://www.python.org/doc/FAQ.html>`_ for
Refer to section 3 of the `Python FAQ <http://www.python.org/doc/faq>`_ for
details on why you must do this.