mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bug [ 1021621 ] use first_name, not first, in code samples
This commit is contained in:
parent
b37b8eca88
commit
c48a740887
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
PyObject *first;
|
||||
PyObject *last;
|
||||
PyObject *first; /* first name */
|
||||
PyObject *last; /* last name */
|
||||
int number;
|
||||
} Noddy;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue