cpython: 5b6ccab52a4d (original) (raw)

Mercurial > cpython

changeset 83484:5b6ccab52a4d 3.3

Issue #17670: Provide an example of expandtabs() usage. [#17670]

Ned Deily nad@acm.org
date Sun, 21 Apr 2013 13:05:21 -0700
parents 0882960fa6df
children 1a6cb6d8591a 9df9931fae96
files Doc/library/stdtypes.rst
diffstat 1 files changed, 17 insertions(+), 5 deletions(-)[+] [-] Doc/library/stdtypes.rst 22

line wrap: on

line diff

--- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -1526,11 +1526,23 @@ expression support in the :mod:re modu .. method:: str.expandtabs([tabsize])

.. method:: str.find(sub[, start[, end]])