Re-add spacing between parameter name and description.

This commit is contained in:
Georg Brandl
2008-11-04 08:17:59 +01:00
parent ce3fa678f4
commit 39bb91977c
+1 -1
View File
@@ -147,7 +147,7 @@ def handle_doc_fields(node):
dlitem = nodes.list_item()
dlpar = nodes.paragraph()
dlpar += nodes.emphasis(obj, obj)
dlpar += nodes.Text('', ' -- ')
dlpar += nodes.Text(' -- ', ' -- ')
dlpar += children
param_nodes[obj] = dlpar
dlitem += dlpar