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::