notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Odd behavior for python comment lines

Open RayWagner opened this issue 2 years ago • 6 comments
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.

RayWagner avatar Jun 12 '23 15:06 RayWagner