On Thursday 23 July 2009 14:27:53 rgheck wrote: > On 07/23/2009 06:12 AM, Jürgen Spitzmüller wrote: > > José Matos wrote: > >> for me it is easier to read this as > >> document.header[i] = "\\author %i %s" % (j, name) > > > > I agree. I do not yet know many of Python's neat tricks. > > This is really a nice feature of python. Note that it's similar spirit > to our own bformat.
Here it is its documentation in all its full glory: :-) http://docs.python.org/library/stdtypes.html#string-formatting > rh -- José Abílio
