Hi Hayden, Well, the main reason is that doc strings is the official and standard way to document classes, functions, methods, and modules in Python. I personally like using the single line number sign to document things for myself, but if you are going to generate API docs etc you need a doc string. Since it is the official way of doing things in Python and this is for the general public I figured I should stick with official standards here.
On 11/27/10, Hayden Presley <[email protected]> wrote: > Hi Thomas, > Yes, after I've looked at a few sources it does start to look a lot like > algebra. One more question--why did you use doc string and replace your # > comment lines? > > Best Regards, > Hayden --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
