From: Craig Citro Date: Wed, 25 Aug 2010 07:36:50 +0000 (-0700) Subject: Fix a typo. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=232ef07d54efd27d025740dae5c30e7be4f0c589;p=cython.git Fix a typo. --- diff --git a/src/reference/extension_types.rst b/src/reference/extension_types.rst index 7de243ae..0713acdc 100644 --- a/src/reference/extension_types.rst +++ b/src/reference/extension_types.rst @@ -3,7 +3,7 @@ .. _extension_types: *************** -Extention Types +Extension Types *************** * Normal Python as well as extension type classes can be defined. @@ -338,7 +338,7 @@ Forward Declarations 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``. .. note::