From 4f13d6145fb01153cee86db9086234178bf30242 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 23 Nov 2010 18:14:57 +0000 Subject: [PATCH] assert.h is also included. Thanks to Savio Sena. --- Doc/c-api/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/c-api/intro.rst b/Doc/c-api/intro.rst index 6fecc615acc..0c4f816ff8a 100644 --- a/Doc/c-api/intro.rst +++ b/Doc/c-api/intro.rst @@ -41,8 +41,8 @@ included in your code by the following line:: #include "Python.h" This implies inclusion of the following standard headers: ````, -````, ````, ````, and ```` (if -available). +````, ````, ````, ```` and ```` +(if available). .. note::