diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-12 08:52:50 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-12 08:52:50 -0500 |
| commit | 531fe69e4d514110e66a7435096b202bc437faa6 (patch) | |
| tree | e7bc536a522c954e85ef56a613fe93d6b749aab4 /doc/_ext | |
| parent | 13765fe075fd9c7075b130f76317972da87f2b9b (diff) | |
| download | python-coveragepy-git-531fe69e4d514110e66a7435096b202bc437faa6.tar.gz | |
Hmm, sphinx changed, and it's my responsibility to set up the comma?
Diffstat (limited to 'doc/_ext')
| -rw-r--r-- | doc/_ext/px_xlator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/_ext/px_xlator.py b/doc/_ext/px_xlator.py index 98929e9c..6ad1063e 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(')')
|
