Lisi wrote:
I am supposed to be looking at scripts on-line, reading them and making sure that I understand them. I think taht most of teh things I can't make more than a guess at, are modules taht I don't know, and I can mostly make them out. But the unpaired double quotation mark, " , in the following has me stumped:

report['BzrLogTail'] = ''.join(bzr_log_tail)

There is no unpaired double quote mark. Compare:

''  # pairs single quote marks
"   # unpaired double quote mark

If they look the same to you, then you need to increase your font size, change to a programmers font, or possible clean your glasses :)


--
Steven
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to