mirror of
https://github.com/python/cpython.git
synced 2026-01-18 05:10:02 +00:00
Fix link.
This commit is contained in:
parent
c207c717d8
commit
3abc6d6cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue