Slight rewording to be less awkward.

This commit is contained in:
Brett Cannon 2007-09-05 20:00:17 +00:00
parent 4cfbc5feb8
commit 59f9efb364
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ to not list all fields anymore, but list a single field of type
#define PyObject_VAR_HEAD PyVarObject ob_base; #define PyObject_VAR_HEAD PyVarObject ob_base;
Types defined as fixed-size structure will then include PyObject Types defined as fixed-size structure will then include PyObject
as its first field; variable-sized objects PyVarObject. E.g.:: as its first field, PyVarObject for variable-sized objects. E.g.::
typedef struct { typedef struct {
PyObject ob_base; PyObject ob_base;