New submission from Toby Donaldson <[EMAIL PROTECTED]>:

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.

----------
assignee: georg.brandl
components: Documentation
messages: 72880
nosy: georg.brandl, tjd
severity: normal
status: open
title: zfill doc string uses inconsistent variable names
versions: Python 3.0

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3822>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to