Skip to content

Commit f23c70d

Browse files
committed
Review edits of new_types.rst
1 parent 18e951e commit f23c70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx/source/new_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Firstly the object declaration:
154154
typedef struct {
155155
PyObject_HEAD
156156
/* Attributes dictionary, NULL on construction,
157-
8 will be populated by MyObj_getattro. */
157+
* will be populated by MyObj_getattro. */
158158
PyObject *x_attr;
159159
} ObjectWithAttributes;
160160

0 commit comments

Comments
 (0)