10 (_(u"Flat is better than nested."), _(u'__Tim Peters, The Zen of Python')), |
10 (_(u"Flat is better than nested."), _(u'__Tim Peters, The Zen of Python')), |
11 (_(u"Sparse is better than dense."), _(u'__Tim Peters, The Zen of Python')), |
11 (_(u"Sparse is better than dense."), _(u'__Tim Peters, The Zen of Python')), |
12 (_(u"Readability counts."), _(u'__Tim Peters, The Zen of Python')), |
12 (_(u"Readability counts."), _(u'__Tim Peters, The Zen of Python')), |
13 (_(u"Special cases aren't special enough to break the rules."), _(u'__Tim Peters, The Zen of Python')), |
13 (_(u"Special cases aren't special enough to break the rules."), _(u'__Tim Peters, The Zen of Python')), |
14 (_(u"Although practicality beats purity."), _(u'__Tim Peters, The Zen of Python')), |
14 (_(u"Although practicality beats purity."), _(u'__Tim Peters, The Zen of Python')), |
15 (_(u"Errors should never pass silently."), _(u'__Tim Peters, The Zen of Python')), |
15 (_(u"Errors should never pass silently, unless explicitly silenced."), _(u'__Tim Peters, The Zen of Python')), |
16 (_(u"Unless explicitly silenced."), _(u'__Tim Peters, The Zen of Python')), |
|
17 (_(u"In the face of ambiguity, refuse the temptation to guess."), _(u'__Tim Peters, The Zen of Python')), |
16 (_(u"In the face of ambiguity, refuse the temptation to guess."), _(u'__Tim Peters, The Zen of Python')), |
18 (_(u"Although that way may not be obvious at first unless you're Dutch."), _(u'__Tim Peters, The Zen of Python')), |
17 (_(u"Although that way may not be obvious at first unless you're Dutch."), _(u'__Tim Peters, The Zen of Python')), |
19 (_(u"Now is better than never."), _(u'__Tim Peters, The Zen of Python')), |
18 (_(u"Now is better than never."), _(u'__Tim Peters, The Zen of Python')), |
20 (_(u"Although never is often better than *right* now."), _(u'__Tim Peters, The Zen of Python')), |
19 (_(u"Although never is often better than *right* now."), _(u'__Tim Peters, The Zen of Python')), |
21 (_(u"If the implementation is hard to explain, it's a bad idea."), _(u'__Tim Peters, The Zen of Python')), |
20 (_(u"If the implementation is hard to explain, it's a bad idea."), _(u'__Tim Peters, The Zen of Python')), |