This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author casevh
Recipients amaury.forgeotdarc, casevh, docs@python, giampaolo.rodola, terry.reedy
Date 2010-09-05.16:47:35
SpamBayes Score 0.0013741201
Marked as misclassified No
Message-id <1283705259.49.0.246416945725.issue9739@psf.upfronthosting.co.za>
In-reply-to
Content
I edited the doc string for math.modf since an indent of 8 spaces is used for the doc string with help(math). An indent of 4 spaces is used with help(math.modf).

I've attached a new patch for just the math module that includes the return type as part of signature line, corrects the width issues, and uses a consistent format for defining the doc strings.
History
Date User Action Args
2010-09-05 16:47:39casevhsetrecipients: + casevh, terry.reedy, amaury.forgeotdarc, giampaolo.rodola, docs@python
2010-09-05 16:47:39casevhsetmessageid: <1283705259.49.0.246416945725.issue9739@psf.upfronthosting.co.za>
2010-09-05 16:47:38casevhlinkissue9739 messages
2010-09-05 16:47:38casevhcreate