Ezio Melotti added the comment:
Fixed, thanks for the report and the patch!
--
assignee: docs@python -> ezio.melotti
nosy: +ezio.melotti
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
type: -> enhancement
___
Python tracke
Roundup Robot added the comment:
New changeset 943ea41d3ceb by Ezio Melotti in branch '2.7':
#17265: fix highlight in template example. Initial patch by Berker Peksag.
http://hg.python.org/cpython/rev/943ea41d3ceb
New changeset 1b9de5788698 by Ezio Melotti in branch '3.2':
#17265: fix highlight
New submission from Berker Peksag:
See for the current version:
http://docs.python.org/3.4/library/string.html#string.Template.template
--
assignee: docs@python
components: Documentation
files: string_template_highlight.diff
keywords: patch
messages: 182584
nosy: berker.peksag, docs@pyt