cpython: 6a02d2af814f (original) (raw)

Mercurial > cpython

changeset 83483:6a02d2af814f 2.7

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

Ned Deily nad@acm.org
date Sun, 21 Apr 2013 13:04:10 -0700
parents c0cb78bedc2b
children a1421d28393b
files Doc/library/stdtypes.rst
diffstat 1 files changed, 16 insertions(+), 4 deletions(-)[+] [-] Doc/library/stdtypes.rst 20

line wrap: on

line diff

--- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -931,10 +931,22 @@ string functions based on regular expres .. method:: str.expandtabs([tabsize]) Return a copy of the string where all tab characters are replaced by one or

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