##// END OF EJS Templates
Typo in `tips.py`
carschandler -
Show More
@@ -103,7 +103,7 else:
103 "You can use latex or unicode completion, `\\alpha<tab>` will insert the α symbol.",
103 "You can use latex or unicode completion, `\\alpha<tab>` will insert the α symbol.",
104 "You can find how to type a latex symbol by back completing it `\\θ<tab>` will expand to `\\theta`.",
104 "You can find how to type a latex symbol by back completing it `\\θ<tab>` will expand to `\\theta`.",
105 "You can find how to type a unicode symbol by back completing it `\\Ⅷ<tab>` will expand to `\\ROMAN NUMERAL EIGHT`.",
105 "You can find how to type a unicode symbol by back completing it `\\Ⅷ<tab>` will expand to `\\ROMAN NUMERAL EIGHT`.",
106 "IPython support combining unicode identifiers, F\\vec<tab> will become F⃗, usefull for physics equations. Play with \\dot \\ddot and others.",
106 "IPython support combining unicode identifiers, F\\vec<tab> will become F⃗, useful for physics equations. Play with \\dot \\ddot and others.",
107 ]
107 ]
108 )
108 )
109
109
General Comments 0
You need to be logged in to leave comments. Login now