Lines Matching refs:better
226 frequent as to constitute noise, and this usually works better than the pre-2.3
652 >>> text1 = ''' 1. Beautiful is better than ugly.
653 ... 2. Explicit is better than implicit.
654 ... 3. Simple is better than complex.
655 ... 4. Complex is better than complicated.
661 >>> text2 = ''' 1. Beautiful is better than ugly.
662 ... 3. Simple is better than complex.
663 ... 4. Complicated is better than complex.
664 ... 5. Flat is better than nested.
683 [' 1. Beautiful is better than ugly.\n',
684 '- 2. Explicit is better than implicit.\n',
685 '- 3. Simple is better than complex.\n',
686 '+ 3. Simple is better than complex.\n',
688 '- 4. Complex is better than complicated.\n',
690 '+ 4. Complicated is better than complex.\n',
692 '+ 5. Flat is better than nested.\n']
698 1. Beautiful is better than ugly.
699 - 2. Explicit is better than implicit.
700 - 3. Simple is better than complex.
701 + 3. Simple is better than complex.
703 - 4. Complex is better than complicated.
705 + 4. Complicated is better than complex.
707 + 5. Flat is better than nested.