Code review comment for lp:~alecu/ubuntuone-client/add-simple-zeitgeist

Revision history for this message
Nicola Larosa (teknico) wrote :

> Could you change the strings in zlog.py from "blah""" to just "blah"? I didn't
> even know the former was valid python, and it looks horrible.

It works because they are interpreted as two strings: "blah" and "" (empty), and then they are merged into one by implicit string concatenation, since they are in a parenthesized context.

« Back to merge proposal