Skip to content

Commit

Permalink
DOC: Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jan 10, 2016
1 parent 599dee9 commit 5fd70ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/newdtype_example/floatint.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

#include "Python.h"
#include "structmember.h" /* for offsetof macro if needed */
#include "structmember.h" /* for offset of macro if needed */
#include "numpy/arrayobject.h"


/* Use a Python float as the cannonical type being added
/* Use a Python float as the canonical type being added
*/

typedef struct _floatint {
Expand Down

0 comments on commit 5fd70ba

Please sign in to comment.