summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-01-29 21:38:14 (GMT)
committerFred Drake <fdrake@acm.org>1999-01-29 21:38:14 (GMT)
commit9b0dc53d895d9f3b9036ca6f49529c62bf3a765e (patch)
treed6086853f776c77a1e96fe6bd4ea6503d8339a59
parent279ca75a5be39678d38bff6e2497b1f185658c0a (diff)
downloadcpython-9b0dc53d895d9f3b9036ca6f49529c62bf3a765e.zip
cpython-9b0dc53d895d9f3b9036ca6f49529c62bf3a765e.tar.gz
cpython-9b0dc53d895d9f3b9036ca6f49529c62bf3a765e.tar.bz2
Define %descriptor.class, since it's used.
-rw-r--r--Doc/sgml/python.dtd4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/sgml/python.dtd b/Doc/sgml/python.dtd
index 88aace0..51a88ce 100644
--- a/Doc/sgml/python.dtd
+++ b/Doc/sgml/python.dtd
@@ -2,6 +2,10 @@
id ID #IMPLIED
role NMTOKEN #IMPLIED">
+<!ENTITY % descriptor.class "cfuncdesc | cvardesc | ctypedesc |
+ classdesc | excdesc | funcdesc | datadesc |
+ memberdesc | methoddesc | opcodedesc">
+
<!-- include the OASIS Exchange Table Model -->
<!ENTITY oasis-tables.mod
PUBLIC "-//OASIS//DTD Exchange Table Model 19960430//EN">