On Fri, Jan 17, 2014 at 10:32 AM, Steven D'Aprano <st...@pearwood.info> wrote:
> import mockimport
> unittestimport
> pinger
>
>
> would not be "fine".

Screenshot:
http://i.imgur.com/wSihI1X.png

The following is in a <pre> tag, so the whitespace is rendered literally:

<span style=S0>import</span> mock
<span style=S0>import</span> <span style=S1>unittest</span>
<span style=S0>import</span> pinger

<span style=S0>class</span>

---

Replace S0 and S1 as follows:

    S0 = "color:rgb(255,119,0);font-weight:bold"
    S1 = "color:rgb(220,20,60)"

There's a non-breaking space on the otherwise empty line between
"pinger" and "class".
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to