Documentation string

Oleg Broytmann phd at emerald.netskate.ru
Thu Aug 26 08:52:37 EDT 1999


Hi!

   Indent, boy, indent!

On Thu, 26 Aug 1999, sp00fD wrote:
> def foo(self):
> """A method"""

   Should be:

def foo(self):
   """A method"""

Oleg.
---- 
    Oleg Broytmann        Netskate/Inter.Net.Ru        phd at emerald.netskate.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list