]> granicus.if.org Git - python/commitdiff
Include structmember.h correctly.
authorGeorg Brandl <georg@python.org>
Sun, 21 Mar 2010 10:02:47 +0000 (10:02 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 21 Mar 2010 10:02:47 +0000 (10:02 +0000)
Doc/extending/newtypes.rst

index e3cf66a2dab0ae610b4c10ad901ef277946f90a8..ba7926016462d1d11fd8859ca89e589778a04fa9 100644 (file)
@@ -252,7 +252,7 @@ This version of the module has a number of changes.
 
 We've added an extra include::
 
-   #include "structmember.h"
+   #include <structmember.h>
 
 This include provides declarations that we use to handle attributes, as
 described a bit later.