Kaydet (Commit) c48a7408 authored tarafından Georg Brandl's avatar Georg Brandl

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

üst b37b8eca
......@@ -3,8 +3,8 @@
typedef struct {
PyObject_HEAD
PyObject *first;
PyObject *last;
PyObject *first; /* first name */
PyObject *last; /* last name */
int number;
} 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