summaryrefslogtreecommitdiffstats
path: root/Include/Python.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-13 21:23:32 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-13 21:23:32 (GMT)
commit2ec9031b5589db81026f5fc3a11070002ec4d0d7 (patch)
tree40fddf2c29e1b92cadad9a25ff8f1393bea69d83 /Include/Python.h
parent96374322652039ce5f592bc03c9c9bd82471bb5a (diff)
downloadcpython-2ec9031b5589db81026f5fc3a11070002ec4d0d7.zip
cpython-2ec9031b5589db81026f5fc3a11070002ec4d0d7.tar.gz
cpython-2ec9031b5589db81026f5fc3a11070002ec4d0d7.tar.bz2
Subsumed mappingobject.h in dictobject.h.
Diffstat (limited to 'Include/Python.h')
-rw-r--r--Include/Python.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h
index 3be6632..a6b08f8 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -74,7 +74,7 @@ PERFORMANCE OF THIS SOFTWARE.
#include "stringobject.h"
#include "tupleobject.h"
#include "listobject.h"
-#include "mappingobject.h"
+#include "dictobject.h"
#include "methodobject.h"
#include "moduleobject.h"
#include "funcobject.h"