This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients chris.jerdonek, docs@python, martin.panter, r.david.murray, rhettinger, tbeadle, terry.reedy
Date 2016-06-03.23:35:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464996907.28.0.0900764931165.issue15476@psf.upfronthosting.co.za>
In-reply-to
Content
Not sure why it doesn’t come up in the code review, but in

diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index c0b4930..f34ba9f 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -847,8 +847,10 @@ Internal types

    Code objects
+
       .. index::
          single: bytecode
+         single: code object
          object: code
 
       Code objects represent *byte-compiled* executable Python code, or :term:`bytecode`.

that added blank line seems to also cause the same definition list problem as before :(
History
Date User Action Args
2016-06-03 23:35:07martin.pantersetrecipients: + martin.panter, rhettinger, terry.reedy, r.david.murray, chris.jerdonek, docs@python, tbeadle
2016-06-03 23:35:07martin.pantersetmessageid: <1464996907.28.0.0900764931165.issue15476@psf.upfronthosting.co.za>
2016-06-03 23:35:07martin.panterlinkissue15476 messages
2016-06-03 23:35:07martin.pantercreate