summaryrefslogtreecommitdiff
path: root/Include/descrobject.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-09-06 21:56:42 +0000
committerGuido van Rossum <guido@python.org>2001-09-06 21:56:42 +0000
commit4edbca591ad0ec01f02eda4466014ad09ef27681 (patch)
treed2d7c507ae768125a9a9ff71fffeb258231e0a5d /Include/descrobject.h
parenteca4b3fbc5a9042748c65b370e48aa55e656b031 (diff)
downloadcpython-4edbca591ad0ec01f02eda4466014ad09ef27681.tar.gz
Rename 'getset' to 'property'.
Diffstat (limited to 'Include/descrobject.h')
-rw-r--r--Include/descrobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/descrobject.h b/Include/descrobject.h
index 03543aee38..a86831051f 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;