diff --git a/stdlib/2/textwrap.pyi b/stdlib/2/textwrap.pyi index d757489db..00d6e884e 100644 --- a/stdlib/2/textwrap.pyi +++ b/stdlib/2/textwrap.pyi @@ -61,3 +61,5 @@ def fill( drop_whitespace: bool = ..., break_on_hyphens: bool = ...) -> AnyStr: ... + +def dedent(text: AnyStr) -> AnyStr: ...