Skip to content

Commit

Permalink
Merge pull request #2 from sysbio-curie/fix/special_character
Browse files Browse the repository at this point in the history
Fix special character in config.py
  • Loading branch information
rheiland committed Mar 27, 2020
2 parents b135e50 + 5be851b commit 6ad2dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self):
)
self.xdelta = BoundedFloatText(
min=1.,
description='dx', # '∆x', # Mac: opt-j for delta
description='dx', # 'dx', # Mac: opt-j for delta
disabled = disable_domain,
layout=Layout(width=constWidth),
)
Expand Down

0 comments on commit 6ad2dc0

Please sign in to comment.