Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c48a740

Browse files
committed
bug [ 1021621 ] use first_name, not first, in code samples
1 parent b37b8ec commit c48a740

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/ext/noddy2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
typedef struct {
55
PyObject_HEAD
6-
PyObject *first;
7-
PyObject *last;
6+
PyObject *first; /* first name */
7+
PyObject *last; /* last name */
88
int number;
99
} Noddy;
1010

0 commit comments

Comments
 (0)