Optional keyword arguments correspond to the instance attributes ofTextWrapper, documented below. Note that the whitespace is collapsed before the text is passed to theTextWrapperfill()function, so changing the value oftabsize,expand_tabs,drop_whitespace, andreplace_whitespacewill have no effect. ...
.. function:: dedent(text) Remove any common leading whitespace from every line in *text*. This can be used to make triple-quoted strings line up with the left edge of the display, while still presenting them in the source code in indented form. Note that tabs and spaces are both treat...