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 tjd
Recipients georg.brandl, tjd
Date 2008-09-09.16:13:23
SpamBayes Score 4.7623966e-05
Marked as misclassified No
Message-id <1220976804.14.0.81278850769.issue3822@psf.upfronthosting.co.za>
In-reply-to
Content
The doc string for zfill use the variable name "x" when it should
probably be using the variable name "S".

>>> print(''.zfill.__doc__)
S.zfill(width) -> str

Pad a numeric string x with zeros on the left, to fill a field
of the specified width. The string x is never truncated.
History
Date User Action Args
2008-09-09 16:13:24tjdsetrecipients: + tjd, georg.brandl
2008-09-09 16:13:24tjdsetmessageid: <1220976804.14.0.81278850769.issue3822@psf.upfronthosting.co.za>
2008-09-09 16:13:23tjdlinkissue3822 messages
2008-09-09 16:13:23tjdcreate