Commit 4c5ce7dc authored by Georg Brandl's avatar Georg Brandl

bug [ 1021621 ] use first_name, not first, in code samples

parent 414c6b42
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
typedef struct { typedef struct {
PyObject_HEAD PyObject_HEAD
PyObject *first; PyObject *first; /* first name */
PyObject *last; PyObject *last; /* last name */
int number; int number;
} Noddy; } Noddy;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment