Skip to content

Commit

Permalink
#530: closer match to existing format
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Sep 9, 2017
1 parent 9eb7e58 commit 060c559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/units2rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def worker(nodeMatchString, section = 'units'):
examples.append("``"+example.text+"``")
a = words.text
if len(examples) > 0:
a = a.strip() + " -- example(s): " + " | ".join(examples)
a = a.strip() + ", example(s): " + " | ".join(examples)
db[node_name] = a

# for item in node.xpath('xs:restriction//xs:enumeration', namespaces=ns):
Expand Down

0 comments on commit 060c559

Please sign in to comment.