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 mitya57
Recipients docs@python, mitya57
Date 2016-03-11.18:20:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457720427.82.0.520743466398.issue26542@psf.upfronthosting.co.za>
In-reply-to
Content
Look at the documentation of difflib.SequenceMatcher.get_opcodes:
https://docs.python.org/dev/library/difflib.html#difflib.SequenceMatcher.get_opcodes

There, the result part of the example is rendered as plain reStructuredText, separately from the code block itself.
The attached patch fixes it.
History
Date User Action Args
2016-03-11 18:20:27mitya57setrecipients: + mitya57, docs@python
2016-03-11 18:20:27mitya57setmessageid: <1457720427.82.0.520743466398.issue26542@psf.upfronthosting.co.za>
2016-03-11 18:20:27mitya57linkissue26542 messages
2016-03-11 18:20:27mitya57create