Suppressing newline writing to file after variable

Chris Angelico rosuav at gmail.com
Tue Jun 28 18:59:09 EDT 2011


On Wed, Jun 29, 2011 at 8:56 AM, Chris Angelico <rosuav at gmail.com> wrote:
>      else emit(lastprefix+tails)
>  else emit(lastprefix+tails)

Typo in the above code. The else needs a colon after it, both times.

ChrisA



More information about the Python-list mailing list