From: Georg Brandl Date: Tue, 23 Nov 2010 18:14:57 +0000 (+0000) Subject: assert.h is also included. Thanks to Savio Sena. X-Git-Tag: v3.2b1~227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f13d6145fb01153cee86db9086234178bf30242;p=thirdparty%2FPython%2Fcpython.git assert.h is also included. Thanks to Savio Sena. --- diff --git a/Doc/c-api/intro.rst b/Doc/c-api/intro.rst index 6fecc615acc3..0c4f816ff8a8 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::