We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ea588 commit 356c717Copy full SHA for 356c717
doc/_ext/px_xlator.py
@@ -42,7 +42,7 @@ def depart_field_list(self, node):
42
if self.history:
43
self.body.append("<history>\n")
44
for hist in self.history:
45
- when, what = hist.split(',')
+ when, what = hist.split(',', 1)
46
self.body.append("<what when='%s'>%s</what>\n" % (when, self.encode(what.strip())))
47
self.body.append("</history>\n")
48
0 commit comments