1.1 --- a/sayings.py Sun Mar 09 14:40:29 2014 +0100
1.2 +++ b/sayings.py Mon Mar 10 05:29:13 2014 +0100
1.3 @@ -12,8 +12,7 @@
1.4 (_(u"Readability counts."), _(u'__Tim Peters, The Zen of Python')),
1.5 (_(u"Special cases aren't special enough to break the rules."), _(u'__Tim Peters, The Zen of Python')),
1.6 (_(u"Although practicality beats purity."), _(u'__Tim Peters, The Zen of Python')),
1.7 - (_(u"Errors should never pass silently."), _(u'__Tim Peters, The Zen of Python')),
1.8 - (_(u"Unless explicitly silenced."), _(u'__Tim Peters, The Zen of Python')),
1.9 + (_(u"Errors should never pass silently, unless explicitly silenced."), _(u'__Tim Peters, The Zen of Python')),
1.10 (_(u"In the face of ambiguity, refuse the temptation to guess."), _(u'__Tim Peters, The Zen of Python')),
1.11 (_(u"Although that way may not be obvious at first unless you're Dutch."), _(u'__Tim Peters, The Zen of Python')),
1.12 (_(u"Now is better than never."), _(u'__Tim Peters, The Zen of Python')),