notebook
notebook copied to clipboard
Odd behavior for python comment lines
trafficstars
When I am writing a comment like
let me show what this does
On the call it changes the l to L
I cut and paste this from my screen.
# offset 3 is "low"
That is what I had typed. The copy and paste gets the right character even though it is not what it looks like on the screen.
On my screen it shows
# offset 3 is "Low"
If I take away the # it goes back to lower case.
It does this with any l anywhere on the line.
I have only seen it with letter L
It is obviously not an urgent problem.