diff 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
line wrap: on
line diff
--- a/docs/pycon2010/pycon2010.rst	Tue Feb 16 23:08:17 2010 -0500
+++ b/docs/pycon2010/pycon2010.rst	Wed Feb 17 00:01:55 2010 -0500
@@ -277,5 +277,4 @@
             separator = ' '
         chant = separator.join(chant)
         print('{0} and a bottle of {1}'.format(chant, arg))
-
         
\ No newline at end of file