mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Add textwrap.dedent() to Py2 stubs (#1661)
This commit is contained in:
committed by
Jelle Zijlstra
parent
8b6234ad2c
commit
6d619e013c
@@ -61,3 +61,5 @@ def fill(
|
||||
drop_whitespace: bool = ...,
|
||||
break_on_hyphens: bool = ...) -> AnyStr:
|
||||
...
|
||||
|
||||
def dedent(text: AnyStr) -> AnyStr: ...
|
||||
|
||||
Reference in New Issue
Block a user