mirror of https://github.com/python/cpython
Fix link.
This commit is contained in:
parent
c207c717d8
commit
3abc6d6cb3
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue