Skip to content

Commit

Permalink
Fix special character in config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-noel committed Mar 27, 2020
1 parent b135e50 commit 5be851b
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 5be851b

Please sign in to comment.