• Greg Ward's avatar
    SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net): · 478cd48d
    Greg Ward authored
    add dedent() function, to remove indentation from multiline strings
    (eg. triple-quoted strings).  Differs from inspect.getdoc() by not
    special-casing the first line (often a sensible approach for
    non-docstring multiline strings).  This should make this function more
    general (symmetric 'indent' also possible), and more fitting for the
    textwrap module.
    478cd48d
textwrap.py 13.4 KB