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 ned.deily
Recipients asolano, docs@python, ned.deily
Date 2013-04-09.23:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365548758.09.0.828521068976.issue17670@psf.upfronthosting.co.za>
In-reply-to
Content
That's a good point.  Here's a patch for the documentation with a simplified example:

      >>> '01\t456\t89'.expandtabs(4)
      '01  456 89'

What do others think: is an example useful and, if so, this example?
History
Date User Action Args
2013-04-09 23:05:58ned.deilysetrecipients: + ned.deily, docs@python, asolano
2013-04-09 23:05:58ned.deilysetmessageid: <1365548758.09.0.828521068976.issue17670@psf.upfronthosting.co.za>
2013-04-09 23:05:58ned.deilylinkissue17670 messages
2013-04-09 23:05:57ned.deilycreate