From 744ed958f05cf74b4a41eff14e3eed57fb9d5443 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 12 Nov 2012 08:52:50 -0500 Subject: Hmm, sphinx changed, and it's my responsibility to set up the comma? --- doc/_ext/px_xlator.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/_ext/px_xlator.py b/doc/_ext/px_xlator.py index 98929e9..6ad1063 100644 --- a/doc/_ext/px_xlator.py +++ b/doc/_ext/px_xlator.py @@ -78,6 +78,7 @@ class PxTranslator(BaseHtmlXlator): def visit_desc_parameterlist(self, node): self.body.append('(') self.first_param = 1 + self.param_separator = node.child_text_separator def depart_desc_parameterlist(self, node): self.body.append(')') -- cgit v1.2.1