##// END OF EJS Templates
Something my local darker missed again.
Justin Palmer -
Show More
@@ -80,7 +80,7 b' s += """'
80 80 reverse_latex_symbol = { v:k for k,v in latex_symbols.items()}
81 81 """
82 82
83 fn = Path('..', 'IPython', 'core', 'latex_symbols.py')
83 fn = Path("..", "IPython", "core", "latex_symbols.py")
84 84 print("Writing the file: %s" % str(fn))
85 85 fn.write_text(s, encoding="utf-8")
86 86
General Comments 0
You need to be logged in to leave comments. Login now