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