Add space after In string in ipython

Thus `In ` and `Out` have the same width
This commit is contained in:
ZyX 2014-05-04 17:50:00 +04:00
parent a7d92a65f4
commit 413edbc4f0

View File

@ -7,7 +7,7 @@
}, },
{ {
"type": "string", "type": "string",
"contents": "In[", "contents": "In [",
"draw_soft_divider": false, "draw_soft_divider": false,
"highlight_group": ["prompt"] "highlight_group": ["prompt"]
}, },