> I knew I could set the docstring (and played with it) but I did 
> not realize that would work when the function is imported 
> from a module! 

You are changing the doc string of the function in the same 
module, you couldn't change the docstring of a function in 
another module - or at least not permanently.

Thank you,
Ramit
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to