Skip to content

Commit

Permalink
Something my local darker missed again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpavlav authored and Carreau committed Oct 13, 2020
1 parent c9e5a32 commit 53b46b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gen_latex_symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_ident(i):
reverse_latex_symbol = { v:k for k,v in latex_symbols.items()}
"""

fn = Path('..', 'IPython', 'core', 'latex_symbols.py')
fn = Path("..", "IPython", "core", "latex_symbols.py")
print("Writing the file: %s" % str(fn))
fn.write_text(s, encoding="utf-8")

Expand Down

0 comments on commit 53b46b4

Please sign in to comment.