Mercurial > python-cmd2
comparison docs/pycon2010/pycon2010.rst @ 353:5e3f918c41d8
fixed bug in empty values
author | catherine@Drou |
---|---|
date | Wed, 17 Feb 2010 00:01:55 -0500 |
parents | 798c7f32a960 |
children | d275d3beceff |
comparison
equal
deleted
inserted
replaced
352:798c7f32a960 | 353:5e3f918c41d8 |
---|---|
275 separator = ', ' | 275 separator = ', ' |
276 else: | 276 else: |
277 separator = ' ' | 277 separator = ' ' |
278 chant = separator.join(chant) | 278 chant = separator.join(chant) |
279 print('{0} and a bottle of {1}'.format(chant, arg)) | 279 print('{0} and a bottle of {1}'.format(chant, arg)) |
280 | |
281 | 280 |