From 232ef07d54efd27d025740dae5c30e7be4f0c589 Mon Sep 17 00:00:00 2001 From: Craig Citro Date: Wed, 25 Aug 2010 00:36:50 -0700 Subject: [PATCH] Fix a typo. --- src/reference/extension_types.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:: -- 2.26.2