[Doc-SIG] docstring grammar

Mark Hammond mhammond@skippinet.com.au
Tue, 30 Nov 1999 19:45:18 +1100


> I more had in mind:
> 
> if sys.doc_building:
>   # Normally critical we do this.
>   dont_do_something_really_expensive()

Sheesh - I obviously meant:

if not sys.doc_building:
  do_something_really_expensive()

But Im sure you got my drift :-)

Mark.