diff options
author | Guido van Rossum <guido@python.org> | 2001-09-06 21:56:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-09-06 21:56:42 (GMT) |
commit | 8bce4acb17ee7146c5736ad020ea0e129bd7f67b (patch) | |
tree | 6bc493ecb49a8920dbaa7904e773b9756061d8a6 /Include | |
parent | 2872e8a654dbabaadbdeb513a962b0a23533dfe3 (diff) | |
download | cpython-8bce4acb17ee7146c5736ad020ea0e129bd7f67b.zip cpython-8bce4acb17ee7146c5736ad020ea0e129bd7f67b.tar.gz cpython-8bce4acb17ee7146c5736ad020ea0e129bd7f67b.tar.bz2 |
Rename 'getset' to 'property'.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/descrobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/descrobject.h b/Include/descrobject.h index 03543ae..a868310 100644 --- a/Include/descrobject.h +++ b/Include/descrobject.h @@ -32,4 +32,4 @@ extern DL_IMPORT(PyObject *) PyDictProxy_New(PyObject *); extern DL_IMPORT(PyObject *) PyWrapper_New(PyObject *, PyObject *); -extern DL_IMPORT(PyTypeObject) PyGetSet_Type; +extern DL_IMPORT(PyTypeObject) PyProperty_Type; |