Add textwrap.dedent() to Py2 stubs (#1661)

This commit is contained in:
Guido van Rossum
2017-10-10 10:07:18 -07:00
committed by Jelle Zijlstra
parent 8b6234ad2c
commit 6d619e013c

View File

@@ -61,3 +61,5 @@ def fill(
drop_whitespace: bool = ...,
break_on_hyphens: bool = ...) -> AnyStr:
...
def dedent(text: AnyStr) -> AnyStr: ...