Commit 232ef07d authored by Craig Citro's avatar Craig Citro

Fix a typo.

parent 17422581
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.. _extension_types: .. _extension_types:
*************** ***************
Extention Types Extension Types
*************** ***************
* Normal Python as well as extension type classes can be defined. * Normal Python as well as extension type classes can be defined.
...@@ -338,7 +338,7 @@ Forward Declarations ...@@ -338,7 +338,7 @@ Forward Declarations
Extension Types and None Extension Types and None
======================== ========================
* Parameters and C-variables declared as an Extention type, may take the value of ``None``. * Parameters and C-variables declared as an Extension type, may take the value of ``None``.
* This is analogous to the way a C-pointer can take the value of ``NULL``. * This is analogous to the way a C-pointer can take the value of ``NULL``.
.. note:: .. note::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment